mpri-funcprog-project/projet/src/Defun.ml

8 lines
143 B
OCaml
Raw Normal View History

2017-12-13 14:04:28 +01:00
(* The source calculus. *)
module S = Tail
(* The target calculus. *)
module T = Top
let defun_term (t : S.term) : T.program =
assert false