]> matita.cs.unibo.it Git - fireball-separation.git/blobdiff - ocaml/lambda4.mli
subst does not replace anymore in branches of maches
[fireball-separation.git] / ocaml / lambda4.mli
index af249e34972fb5cfa028dad87af48590757d5062..8e89903e92a1c322b890e94538f367f7f35f722b 100644 (file)
@@ -1,13 +1,13 @@
 type problem\r
 \r
+val label_of_problem : problem -> string\r
+\r
 type result = [\r
  | `Separable of (int * Num.nf) list\r
  | `Unseparable of string\r
 ]\r
 \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 tmp: (string (* problem label *)\r
+val problem_of: (string (* problem label *)\r
 * Num.i_var option (* div *)\r
 * Num.i_n_var list (* conv *)\r
 * Num.i_n_var list (* ps *)\r