summaryrefslogtreecommitdiff
path: root/src/Substitute.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-30Remove the vector type for the Id moduleSon Ho1-11/+6
2021-11-29Test the unit functionsSon Ho1-1/+1
2021-11-29Make various improvements in PrintSon Ho1-18/+0
2021-11-29Start working logging and make progress on printing ASTsSon Ho1-1/+1
2021-11-26Update the env definition to make the frames easier to manipulateSon Ho1-0/+1
2021-11-25Implement type substitution for function definitions (and expressions,Son Ho1-1/+122
2021-11-25Start working on function callsSon Ho1-4/+23
2021-11-25Implement the Aggregate branch of eval_rvalueSon Ho1-1/+9
2021-11-25Implement various substitution functionsSon Ho1-42/+54
2021-11-25Commit Substitute.ml (forgotten in previous commit)Son Ho1-0/+72