X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Flibrary%2FrefinementTool.ml;h=b78246987b8f6c54ecb32608906267b11264558e;hb=82f61808091c59aa884eb232b96ee1c655dcb39a;hp=70af8740b2294b498ddcc9c9e0b524f98023d0ec;hpb=185bfc8f9c9ba49308477ee6769701f3e2977115;p=helm.git diff --git a/helm/software/components/library/refinementTool.ml b/helm/software/components/library/refinementTool.ml index 70af8740b..b78246987 100644 --- a/helm/software/components/library/refinementTool.ml +++ b/helm/software/components/library/refinementTool.ml @@ -30,12 +30,12 @@ type type_of_rc = (* these are the same functions of cic_unification/ (eventually wrapped) *) type kit = { 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 -> type_of_rc; pack_coercion_obj: Cic.obj -> Cic.obj; apply_subst: Cic.substitution -> Cic.term -> Cic.term ; - ppsubst: Cic.substitution -> string; + ppsubst: metasenv:Cic.metasenv -> Cic.substitution -> string; ppmetasenv: Cic.substitution -> Cic.metasenv -> string; }