]> matita.cs.unibo.it Git - fireball-separation.git/blobdiff - ocaml/lambda4.mli
problems now contain a label and the names of the original free variables
[fireball-separation.git] / ocaml / lambda4.mli
index ad6ca7e0643df12f94fa50968e3da935f7fa5920..bbfd13b990dd2f32b263f9e49a0b3bd2162ef3ac 100644 (file)
@@ -15,5 +15,9 @@ type result = [
 \r
 val problem_of: div:(string option) -> conv:string list -> nums:string list -> problem * response\r
 (* the following will soon replace the one above *)\r
-val problem_of_string_tmp: string -> problem * response\r
+val tmp: (string (* problem label *)\r
+* Num.i_var option (* div *)\r
+* Num.i_n_var list (* conv *)\r
+* Num.i_n_var list (* ps *)\r
+* string list (* names of free variables *)) -> problem * response\r
 val solve: problem * response -> result\r