From: Andrea Asperti Date: Fri, 13 Nov 2009 14:44:48 +0000 (+0000) Subject: Exported apply_subst_context X-Git-Tag: make_still_working~3208 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=c6c248e635ef35e9515ed981374ce2a0cef30e62;p=helm.git Exported apply_subst_context --- diff --git a/helm/software/components/ng_kernel/nCicUntrusted.mli b/helm/software/components/ng_kernel/nCicUntrusted.mli index aa71e05d4..bb5aa3049 100644 --- a/helm/software/components/ng_kernel/nCicUntrusted.mli +++ b/helm/software/components/ng_kernel/nCicUntrusted.mli @@ -36,4 +36,6 @@ val mk_appl : NCic.term -> NCic.term list -> NCic.term (* the context is needed only to honour Barendregt's naming convention *) val apply_subst : NCic.substitution -> NCic.context -> NCic.term -> NCic.term +val apply_subst_context : fix_projections:bool -> + NCic.substitution -> NCic.context -> NCic.context val apply_subst_metasenv : NCic.substitution -> NCic.metasenv -> NCic.metasenv