]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_unification/cicMetaSubst.mli
Every exception that used to have type string is now a string Lazy.t.
[helm.git] / helm / ocaml / cic_unification / cicMetaSubst.mli
index 7d78cec5cd9047210680839e5a2a9d5a89980f2d..890a347b006b879660f9908569c5a0a2de7c83f1 100644 (file)
@@ -23,9 +23,9 @@
  * http://helm.cs.unibo.it/
  *)
 
-exception MetaSubstFailure of string
-exception Uncertain of string
-exception AssertFailure of string
+exception MetaSubstFailure of string Lazy.t
+exception Uncertain of string Lazy.t
+exception AssertFailure of string Lazy.t
 exception DeliftingARelWouldCaptureAFreeVariable;;
 
 (* The entry (i,t) in a substitution means that *)