]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_cic_content/nTermCicContent.mli
Invert dependencies between baseuris (files) are now stored in the db.
[helm.git] / helm / software / components / ng_cic_content / nTermCicContent.mli
index e66e2ef7a4cfa8493cf09cc7a8e921cc499466f7..bae7daee2ea9322e4cf49c072068425faa849fe5 100644 (file)
@@ -76,7 +76,21 @@ val push: unit -> unit
 val pop: unit -> unit
 *)
 
+(*
 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
+ output_type:[`Pattern | `Term ] ->
+  subst:NCic.substitution -> context:NCic.context -> NCic.term ->
+   CicNotationPt.term
+*)
+
+type id = string
+
+val nmap_sequent:
+ subst:NCic.substitution -> int * NCic.conjecture ->
+  CicNotationPt.term Content.conjecture *
+   (id, NReference.reference) Hashtbl.t    (* id -> reference *)
+
+val nmap_obj:
+ NCic.obj ->
+  CicNotationPt.term Content.cobj *
+   (id, NReference.reference) Hashtbl.t    (* id -> reference *)