mpri-funcprog-project/src/Defun.mli

5 lines
174 B
OCaml
Raw Normal View History

2017-12-13 14:04:28 +01:00
(* Through defunctionalization, the intermediate language [Tail] is translated
down to the next intermediate language, [Top]. *)
val defun_term: Tail.term -> Top.program