]> 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 4af50606788f0f79e8f54b9b6742fc2e2ef35b0c..af249e34972fb5cfa028dad87af48590757d5062 100644 (file)
@@ -7,5 +7,9 @@ type result = [
 \r
 val problem_of: div:(string option) -> conv:string list -> nums:string list -> problem\r
 (* the following will soon replace the one above *)\r
-val problem_of_string_tmp: string -> problem\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\r
 val solve: problem -> result\r