mpri-funcprog-project/project/src/CPS.mli
2017-12-13 14:10:41 +01:00

5 lines
165 B
OCaml

(* Through a CPS transformation, the surface language [Lambda] is translated
down to the intermediate language [Tail]. *)
val cps_term: Lambda.term -> Tail.term