summaryrefslogtreecommitdiff
path: root/compiler/PureUtils.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement the generation of stateful backward functions (controlled by an ↵Son Ho2022-11-101-0/+6
| | | | option)
* Update the way function names are handled in PureSon Ho2022-11-101-16/+19
|
* Reorganize branching symbolic expansions to prepare for the join operationSon Ho2022-11-101-0/+4
|
* Update `switch` to have a specific treatment of ADTsSon Ho2022-11-101-1/+1
|
* Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho2022-11-071-1/+1
|
* Reformat the codeSon Ho2022-10-271-1/+2
|
* Move constant_value to PrimitiveValues.mlSon Ho2022-10-271-5/+5
|
* Reorganize a bit the projectSon Ho2022-10-271-0/+450