]> matita.cs.unibo.it Git - fireball-separation.git/blob - ocaml/sat.mli
Fixed eta_compare in the case Lam vs. Bot
[fireball-separation.git] / ocaml / sat.mli
1 type graph = (int * int) list\r
2 type color\r
3 \r
4 val encode_graph : graph -> string\r
5 val color: graph -> (color list) option\r