]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_cic_content/nTermCicContent.mli
This commit restores the ids_to_father_ids table.
[helm.git] / helm / software / components / ng_cic_content / nTermCicContent.mli
index bae7daee2ea9322e4cf49c072068425faa849fe5..e5a6f26c90038f4433b76a6e07ed90494553da94 100644 (file)
@@ -88,9 +88,12 @@ type id = string
 val nmap_sequent:
  subst:NCic.substitution -> int * NCic.conjecture ->
   CicNotationPt.term Content.conjecture *
-   (id, NReference.reference) Hashtbl.t    (* id -> reference *)
+   (id, NReference.reference) Hashtbl.t *  (* id -> reference *)
+   (string, id option) Hashtbl.t           (* id -> father_id *)
+
 
 val nmap_obj:
  NCic.obj ->
   CicNotationPt.term Content.cobj *
-   (id, NReference.reference) Hashtbl.t    (* id -> reference *)
+   (id, NReference.reference) Hashtbl.t *  (* id -> reference *)
+   (string, id option) Hashtbl.t           (* id -> father_id *)