X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_cic_content%2FnTermCicContent.mli;h=2a1d7bcc7c613dd1c07c7652d5cf15eef438a0d5;hb=07713b63c109a99c2b9dc7265571bcdd3dd6ed0d;hp=5f1388bb22874498fe44380c91076b5455779a19;hpb=11b2157bacf59cfc561c2ef6f92ee41ee2c1a006;p=helm.git diff --git a/helm/software/components/ng_cic_content/nTermCicContent.mli b/helm/software/components/ng_cic_content/nTermCicContent.mli index 5f1388bb2..2a1d7bcc7 100644 --- a/helm/software/components/ng_cic_content/nTermCicContent.mli +++ b/helm/software/components/ng_cic_content/nTermCicContent.mli @@ -86,6 +86,12 @@ val nast_of_cic : type id = string val nmap_sequent: - subst:NCic.substitution -> int * NCic.conjecture -> - CicNotationPt.term Content.conjecture * + #NCicCoercion.status -> metasenv:NCic.metasenv -> subst:NCic.substitution -> + int * NCic.conjecture -> + CicNotationPt.term Content.conjecture * + (id, NReference.reference) Hashtbl.t (* id -> reference *) + +val nmap_obj: + #NCicCoercion.status -> NCic.obj -> + CicNotationPt.term Content.cobj * (id, NReference.reference) Hashtbl.t (* id -> reference *)