]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_cic_content/nTermCicContent.mli
Huge commit with several changes:
[helm.git] / helm / software / components / ng_cic_content / nTermCicContent.mli
index fb62365530fe9231b46db5e8bcaafb2ecc85a018..5f1388bb22874498fe44380c91076b5455779a19 100644 (file)
@@ -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 *)