X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Fcic_unification%2FcicRefine.mli;h=924020cbb39f771bc4bdea179240fd6b7e858432;hb=249d11773d32add20d665c4f8521b7380e4fec0a;hp=c3ab49e0abd84dd19a79de242dffb25999928e79;hpb=9393a9f9370014c904244358abe4ec6e11a9d158;p=helm.git diff --git a/components/cic_unification/cicRefine.mli b/components/cic_unification/cicRefine.mli index c3ab49e0a..924020cbb 100644 --- a/components/cic_unification/cicRefine.mli +++ b/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,12 +40,12 @@ 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 *) -(* given a closed term returns it with all coercions packed *) val pack_coercion_obj: Cic.obj -> Cic.obj +val pack_coercion_metasenv: Cic.metasenv -> Cic.metasenv