]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_proof_checking/cicTypeChecker.mli
removed SortExpectedMetaFound special exception
[helm.git] / helm / ocaml / cic_proof_checking / cicTypeChecker.mli
index b267429d4f682535d25acdae1789e00329e59c27..95ee658c7de98b637cc10261e8b6317efa4d3959 100644 (file)
@@ -26,7 +26,6 @@
 (* These are the only exceptions that will be raised *)
 exception TypeCheckerFailure of string
 exception AssertFailure of string
-exception SortExpectedMetaFound of string
 
 val typecheck : UriManager.uri -> unit