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

5 lines
174 B
OCaml

(* Through defunctionalization, the intermediate language [Tail] is translated
down to the next intermediate language, [Top]. *)
val defun_term: Tail.term -> Top.program