X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_unification%2FcicRefine.mli;h=28a34f5ff8354762716243f34ef88d17ce07a16a;hb=d3c72d6856cd185e5b3e9f2e8b928b78c7031ed1;hp=338f50663dba12ac272dcbbc2ce9246e9cbb7074;hpb=bac72fcaa876137ab7a5630e0c1badc2a627dce8;p=helm.git diff --git a/helm/ocaml/cic_unification/cicRefine.mli b/helm/ocaml/cic_unification/cicRefine.mli index 338f50663..28a34f5ff 100644 --- a/helm/ocaml/cic_unification/cicRefine.mli +++ b/helm/ocaml/cic_unification/cicRefine.mli @@ -28,13 +28,10 @@ exception Uncertain of string exception WrongUriToConstant of string exception WrongUriToVariable of string exception WrongUriToMutualInductiveDefinitions of string -exception MutCaseFixAndCofixRefineNotImplemented;; -exception FreeMetaFound of int;; (* type_of_aux' metasenv context term *) (* refines [term] and returns the refined form of [term], *) (* its type, the computed substitution and the new metasenv. *) -(* The substitution returned is already unwinded *) val type_of_aux': Cic.metasenv -> Cic.context -> Cic.term -> - Cic.term * Cic.term * CicUnification.substitution * Cic.metasenv + Cic.term * Cic.term * Cic.metasenv