]> matita.cs.unibo.it Git - fireball-separation.git/blobdiff - ocaml/lambda4.mli
Tentative commit: tactics dropped and clean-up
[fireball-separation.git] / ocaml / lambda4.mli
index c8a571ea825781a0e9db687b3c9c8e868cf54270..8f6019e90d40b49d3a765f09cb9703b69973144e 100644 (file)
@@ -1,4 +1,4 @@
-type t\r
-val magic: string list -> string list -> t\r
-val magic_conv: div:(string option) -> conv:string list -> nums:string list -> string list -> t\r
-val main: t list -> unit\r
+type problem\r
+val problem_of: div:(string option) -> conv:string list -> nums:string list -> problem\r
+val solve: problem -> unit\r
+val should_fail: (unit -> problem) -> unit\r