]> matita.cs.unibo.it Git - fireball-separation.git/blobdiff - ocaml/sat.mli
Better error messages in parser
[fireball-separation.git] / ocaml / sat.mli
index 77f02394d64017e28dd533e41fa44c7aebfc964b..81d7ee70629f9a948f1780cb388f78d528ee74a4 100644 (file)
@@ -1,3 +1,5 @@
 type graph = (int * int) list\r
+type color\r
 \r
 val encode_graph : graph -> string\r
+val color: graph -> (color list) option\r