X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_cic_content%2FnTermCicContent.mli;h=e66e2ef7a4cfa8493cf09cc7a8e921cc499466f7;hb=6abf435197c2bc37fadc0b3bd5925cd9cbe112e2;hp=2f2acb077f14c85642738b7723051e10df9b33b8;hpb=a970a6b5d44947e466b94ff3df4fa66d85d0d9ca;p=helm.git diff --git a/helm/software/components/ng_cic_content/nTermCicContent.mli b/helm/software/components/ng_cic_content/nTermCicContent.mli index 2f2acb077..e66e2ef7a 100644 --- a/helm/software/components/ng_cic_content/nTermCicContent.mli +++ b/helm/software/components/ng_cic_content/nTermCicContent.mli @@ -76,5 +76,7 @@ val push: unit -> unit val pop: unit -> unit *) -val nast_of_cic : NCic.term -> CicNotationPt.term -val map_sequent : int * NCic.conjecture -> NCic.term Content.conjecture +val nast_of_cic : + subst:NCic.substitution -> context:NCic.context -> NCic.term -> + CicNotationPt.term +val nmap_sequent : subst:NCic.substitution -> int * NCic.conjecture -> CicNotationPt.term Content.conjecture