]> matita.cs.unibo.it Git - fireball-separation.git/blobdiff - ocaml/simple.mli
Updated simple with current parser
[fireball-separation.git] / ocaml / simple.mli
index 216e3810bb241679aa43734ceb38bade28b3fd7b..bdc632827889ffe4136c179ae95001f1f1854e92 100644 (file)
@@ -1,4 +1,5 @@
-(* type problem\r
-val problem_of : string -> string list -> problem\r
-val solve : problem -> unit *)\r
-val run : string -> string list -> unit\r
+type problem\r
+val solve : problem -> unit\r
+val problem_of :\r
+  string * Num.i_var option * Num.i_n_var list * Num.i_n_var list *\r
+  string list -> problem\r