X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Fcic_proof_checking%2FcicTypeChecker.mli;h=95ee658c7de98b637cc10261e8b6317efa4d3959;hb=c5d5bf37b1e4c4b9b499ed2cbfe27cf2ec181944;hp=b267429d4f682535d25acdae1789e00329e59c27;hpb=7090733367302ff4f9c53e8b3a1b82109a086fbf;p=helm.git diff --git a/helm/ocaml/cic_proof_checking/cicTypeChecker.mli b/helm/ocaml/cic_proof_checking/cicTypeChecker.mli index b267429d4..95ee658c7 100644 --- a/helm/ocaml/cic_proof_checking/cicTypeChecker.mli +++ b/helm/ocaml/cic_proof_checking/cicTypeChecker.mli @@ -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