X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fcontent_pres%2Fsequent2pres.mli;h=a81872159928780c45b1599d8ffe28838533d220;hb=a4a2345e2efaf4cc64aa4daf40e2bce05a400f12;hp=a19e7b1951c0298fa27663d8b016a0627ce78cf9;hpb=2c01ff6094173915e7023076ea48b5804dca7778;p=helm.git diff --git a/matita/components/content_pres/sequent2pres.mli b/matita/components/content_pres/sequent2pres.mli index a19e7b195..a81872159 100644 --- a/matita/components/content_pres/sequent2pres.mli +++ b/matita/components/content_pres/sequent2pres.mli @@ -32,12 +32,8 @@ (* *) (***************************************************************************) -val sequent2pres : - ids_to_inner_sorts:(Cic.id, CicNotationPt.sort_kind) Hashtbl.t -> - Cic.annterm Content.conjecture -> - CicNotationPres.boxml_markup - val nsequent2pres : - ids_to_nrefs:(NTermCicContent.id, NReference.reference) Hashtbl.t -> - subst:NCic.substitution -> CicNotationPt.term Content.conjecture -> + #TermContentPres.status -> + ids_to_nrefs:(Content.id, NReference.reference) Hashtbl.t -> + subst:NCic.substitution -> NotationPt.term Content.conjecture -> CicNotationPres.boxml_markup