]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_unification/cicMetaSubst.mli
Big changes:
[helm.git] / helm / ocaml / cic_unification / cicMetaSubst.mli
index 6034853da84dac5e612ec67946e90579aa43fcec..2ee78a7a443d4989973728c2f062b87041beafdf 100644 (file)
@@ -23,8 +23,9 @@
  * http://helm.cs.unibo.it/
  *)
 
-exception AssertFailure of string
 exception MetaSubstFailure of string
+exception Uncertain of string
+exception AssertFailure of string
 
 (* The entry (i,t) in a substitution means that *)
 (* (META i) have been instantiated with t.      *)