]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_unification/cicUnification.mli
Big changes:
[helm.git] / helm / ocaml / cic_unification / cicUnification.mli
index 40b9f8ef78b2892d2d4f6ddc9bf39f30cff88846..9956b304378c40d7769378fafd5ffbf344de6855 100644 (file)
@@ -23,8 +23,9 @@
  * http://cs.unibo.it/helm/.
  *)
 
-exception AssertFailure of string
-exception UnificationFailure of string
+exception UnificationFailure of string;;
+exception Uncertain of string;;
+exception AssertFailure of string;;
 
 (* fo_unif metasenv context t1 t2                *)
 (* unifies [t1] and [t2] in a context [context]. *)