X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ocaml%2Flambda4.mli;h=8e89903e92a1c322b890e94538f367f7f35f722b;hb=6d3ee54fd076f61ced0eabb0f5f31f519b186931;hp=c8a40bfa8c719694f0796ec429c13943ac3cf200;hpb=2789e644aa14fa9ac6a24ed3380c4052d57da5fb;p=fireball-separation.git diff --git a/ocaml/lambda4.mli b/ocaml/lambda4.mli index c8a40bf..8e89903 100644 --- a/ocaml/lambda4.mli +++ b/ocaml/lambda4.mli @@ -7,9 +7,7 @@ type result = [ | `Unseparable of string ] -val problem_of: div:(string option) -> conv:string list -> nums:string list -> problem -(* the following will soon replace the one above *) -val tmp: (string (* problem label *) +val problem_of: (string (* problem label *) * Num.i_var option (* div *) * Num.i_n_var list (* conv *) * Num.i_n_var list (* ps *)