X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fcontent_pres%2Fcontent2pres.mli;h=ac5b67363b47a1a2bc15da7540ab6ce212114c70;hb=ea6b4322051d3eb1794bfca3928f6e1773f971ba;hp=87843815fb54b5c8b29638e8a4a50f2d6bccce5e;hpb=551861bf1adbb1db5b0b9941b98ba54531157364;p=helm.git diff --git a/matita/components/content_pres/content2pres.mli b/matita/components/content_pres/content2pres.mli index 87843815f..ac5b67363 100644 --- a/matita/components/content_pres/content2pres.mli +++ b/matita/components/content_pres/content2pres.mli @@ -32,9 +32,22 @@ (* *) (**************************************************************************) -val ncontent2pres: +val nterm2pres: #TermContentPres.status -> - ?skip_initial_lambdas:int -> ?skip_thm_and_qed:bool -> - ids_to_nrefs:(Interpretations.id, NReference.reference) Hashtbl.t -> - NotationPt.term Content.cobj -> - CicNotationPres.boxml_markup + ids_to_nrefs:(Content.id, NReference.reference) Hashtbl.t -> + ?prec:int -> NotationPt.term -> CicNotationPres.boxml_markup + +val ncontext2pres: + #TermContentPres.status -> + ids_to_nrefs:(Content.id, NReference.reference) Hashtbl.t -> + NotationPt.term Content.context -> CicNotationPres.boxml_markup + +val nobj2pres: + #TermContentPres.status -> + ids_to_nrefs:(Content.id, NReference.reference) Hashtbl.t -> + NotationPt.term Content.cobj -> CicNotationPres.boxml_markup + +val nsequent2pres : + #TermContentPres.status -> + ids_to_nrefs:(Content.id, NReference.reference) Hashtbl.t -> + NotationPt.term Content.conjecture -> CicNotationPres.boxml_markup