X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_cic_content%2FnTermCicContent.mli;h=bae7daee2ea9322e4cf49c072068425faa849fe5;hb=7f9e313fe5ae4200f080f481a6b8b795a0618093;hp=e5a6f26c90038f4433b76a6e07ed90494553da94;hpb=442f3a15d7c6afc480da02602d4d4c8db4f44c10;p=helm.git diff --git a/helm/software/components/ng_cic_content/nTermCicContent.mli b/helm/software/components/ng_cic_content/nTermCicContent.mli index e5a6f26c9..bae7daee2 100644 --- a/helm/software/components/ng_cic_content/nTermCicContent.mli +++ b/helm/software/components/ng_cic_content/nTermCicContent.mli @@ -88,12 +88,9 @@ type id = string val nmap_sequent: subst:NCic.substitution -> int * NCic.conjecture -> CicNotationPt.term Content.conjecture * - (id, NReference.reference) Hashtbl.t * (* id -> reference *) - (string, id option) Hashtbl.t (* id -> father_id *) - + (id, NReference.reference) Hashtbl.t (* id -> reference *) val nmap_obj: NCic.obj -> CicNotationPt.term Content.cobj * - (id, NReference.reference) Hashtbl.t * (* id -> reference *) - (string, id option) Hashtbl.t (* id -> father_id *) + (id, NReference.reference) Hashtbl.t (* id -> reference *)