]> matita.cs.unibo.it Git - fireball-separation.git/blob - ocaml/lambda4.mli
d8148d5399aea9ba3d3ac582506f0dea47eace94
[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 val solve: problem -> result\r