X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=ocaml%2Flambda4.mli;h=bbfd13b990dd2f32b263f9e49a0b3bd2162ef3ac;hb=605ae9159149e42a17f044bbfad94f7dc2de79c2;hp=0b92ad9688b95e8df21f424a06c92d1ff91ae1c7;hpb=608c40045f651c6402b17c437f997de4d63f6afd;p=fireball-separation.git diff --git a/ocaml/lambda4.mli b/ocaml/lambda4.mli index 0b92ad9..bbfd13b 100644 --- a/ocaml/lambda4.mli +++ b/ocaml/lambda4.mli @@ -14,4 +14,10 @@ type result = [ ] val problem_of: div:(string option) -> conv:string list -> nums:string list -> problem * response +(* the following will soon replace the one above *) +val tmp: (string (* problem label *) +* Num.i_var option (* div *) +* Num.i_n_var list (* conv *) +* Num.i_n_var list (* ps *) +* string list (* names of free variables *)) -> problem * response val solve: problem * response -> result