]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_unification/cicRefine.mli
Refine now raises only RefineFailure, AssertFailure or Uncertain.
[helm.git] / helm / ocaml / cic_unification / cicRefine.mli
index 28a34f5ff8354762716243f34ef88d17ce07a16a..395799b3137c29058dc65abced41b8f8dd6d6b83 100644 (file)
  * http://cs.unibo.it/helm/.
  *)
 
-exception NotRefinable of string
-exception Uncertain of string
-exception WrongUriToConstant of string
-exception WrongUriToVariable of string
-exception WrongUriToMutualInductiveDefinitions of string
+exception RefineFailure of string;;
+exception Uncertain of string;;
+exception AssertFailure of string;;
 
 (* type_of_aux' metasenv context term                        *)
 (* refines [term] and returns the refined form of [term],    *)