X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fcic_unification%2FcicRefine.mli;h=d17b1ac85b3a46277e476e6e5c3c84455f68af6f;hb=4573f1fecaf83f4706f39702555d5319d132477b;hp=224a7586c957dfbf91e4704917489a348158b43a;hpb=55b82bd235d82ff7f0a40d980effe1efde1f5073;p=helm.git diff --git a/helm/software/components/cic_unification/cicRefine.mli b/helm/software/components/cic_unification/cicRefine.mli index 224a7586c..d17b1ac85 100644 --- a/helm/software/components/cic_unification/cicRefine.mli +++ b/helm/software/components/cic_unification/cicRefine.mli @@ -31,7 +31,7 @@ exception AssertFailure of string Lazy.t;; (* refines [term] and returns the refined form of [term], *) (* its type, the new metasenv and universe graph. *) val type_of_aux': - ?localization_tbl:Token.flocation Cic.CicHash.t -> + ?localization_tbl:Stdpp.location Cic.CicHash.t -> Cic.metasenv -> Cic.context -> Cic.term -> CicUniv.universe_graph -> Cic.term * Cic.term * Cic.metasenv * CicUniv.universe_graph @@ -40,9 +40,13 @@ val type_of_aux': (* the new metasenv and universe graph. *) (* the [uri] is required only for inductive definitions *) val typecheck : - localization_tbl:Token.flocation Cic.CicHash.t -> + localization_tbl:Stdpp.location Cic.CicHash.t -> Cic.metasenv -> UriManager.uri option -> Cic.obj -> Cic.obj * Cic.metasenv * CicUniv.universe_graph val insert_coercions: bool ref (* initially true *) +val pack_coercions : bool ref +val pack_coercion_obj: Cic.obj -> Cic.obj + +val pack_coercion_metasenv: Cic.metasenv -> Cic.metasenv