X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fcic_unification%2FcicRefine.mli;fp=helm%2Fsoftware%2Fcomponents%2Fcic_unification%2FcicRefine.mli;h=666099dce8cbc31656c374059b675de682a7c632;hb=dcef667a444aa0f189225855c1433d26b65fb8b7;hp=d17b1ac85b3a46277e476e6e5c3c84455f68af6f;hpb=134014e54c374789b38b6c53945f63d21ddbacb0;p=helm.git diff --git a/helm/software/components/cic_unification/cicRefine.mli b/helm/software/components/cic_unification/cicRefine.mli index d17b1ac85..666099dce 100644 --- a/helm/software/components/cic_unification/cicRefine.mli +++ b/helm/software/components/cic_unification/cicRefine.mli @@ -35,6 +35,12 @@ val type_of_aux': Cic.metasenv -> Cic.context -> Cic.term -> CicUniv.universe_graph -> Cic.term * Cic.term * Cic.metasenv * CicUniv.universe_graph + (* this is the correct one and should be used by tactics to fold subst *) +val type_of: + Cic.metasenv -> Cic.substitution -> + Cic.context -> Cic.term -> CicUniv.universe_graph -> + Cic.term * Cic.term * Cic.metasenv * Cic.substitution *CicUniv.universe_graph + (* typecheck metasenv uri obj graph *) (* refines [obj] and returns the refined form of [obj], *) (* the new metasenv and universe graph. *)