mpri-funcprog-project/src/CPS.ml

8 lines
141 B
OCaml
Raw Normal View History

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