]> matita.cs.unibo.it Git - fireball-separation.git/blob - ocaml/lambda4.mli
4af50606788f0f79e8f54b9b6742fc2e2ef35b0c
[fireball-separation.git] / ocaml / lambda4.mli
1 type problem\r
2 \r
3 type result = [\r
4  | `Separable of (int * Num.nf) list\r
5  | `Unseparable of string\r
6 ]\r
7 \r
8 val problem_of: div:(string option) -> conv:string list -> nums:string list -> problem\r
9 (* the following will soon replace the one above *)\r
10 val problem_of_string_tmp: string -> problem\r
11 val solve: problem -> result\r