X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_cic_content%2FnTermCicContent.mli;h=5f1388bb22874498fe44380c91076b5455779a19;hb=11b2157bacf59cfc561c2ef6f92ee41ee2c1a006;hp=fb62365530fe9231b46db5e8bcaafb2ecc85a018;hpb=4514417676056e0be6cc481a931e70a627882867;p=helm.git diff --git a/helm/software/components/ng_cic_content/nTermCicContent.mli b/helm/software/components/ng_cic_content/nTermCicContent.mli index fb6236553..5f1388bb2 100644 --- a/helm/software/components/ng_cic_content/nTermCicContent.mli +++ b/helm/software/components/ng_cic_content/nTermCicContent.mli @@ -82,4 +82,10 @@ 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 + +type id = string + +val nmap_sequent: + subst:NCic.substitution -> int * NCic.conjecture -> + CicNotationPt.term Content.conjecture * + (id, NReference.reference) Hashtbl.t (* id -> reference *)