]> matita.cs.unibo.it Git - helm.git/commitdiff
Exported apply_subst_context
authorAndrea Asperti <andrea.asperti@unibo.it>
Fri, 13 Nov 2009 14:44:48 +0000 (14:44 +0000)
committerAndrea Asperti <andrea.asperti@unibo.it>
Fri, 13 Nov 2009 14:44:48 +0000 (14:44 +0000)
helm/software/components/ng_kernel/nCicUntrusted.mli

index aa71e05d44536992132616cd78fd2322733a63e4..bb5aa304974cbebe30fcd993e7d9adb91af1fab8 100644 (file)
@@ -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