]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_unification/cicRefine.mli
ocaml 3.09 transition
[helm.git] / helm / ocaml / cic_unification / cicRefine.mli
index 24a6c276f1757804c9be4d7fadf9bb49ad92a8bc..ef089cabf1a433023d01749a884b7808ef3018e4 100644 (file)
  * http://cs.unibo.it/helm/.
  *)
 
-type failure_msg
-exception RefineFailure of failure_msg;;
-exception Uncertain of string;;
-exception AssertFailure of string;;
-
-val explain_error: failure_msg -> string
+exception RefineFailure of string Lazy.t;;
+exception Uncertain of string Lazy.t;;
+exception AssertFailure of string Lazy.t;;
 
 (* type_of_aux' metasenv context term graph                *)
 (* refines [term] and returns the refined form of [term],  *)