4 lines
174 B
OCaml
4 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
|