X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fcontent_pres%2Fcontent2pres.mli;h=4b9fc4498a59829cdc370e82b608a10919a80bbb;hb=bc1570da87ab07a65158b8216cb484bad04f576c;hp=db2223a7a19c1be1c57aaf0263cacaa1f19af118;hpb=2c01ff6094173915e7023076ea48b5804dca7778;p=helm.git diff --git a/matita/components/content_pres/content2pres.mli b/matita/components/content_pres/content2pres.mli index db2223a7a..4b9fc4498 100644 --- a/matita/components/content_pres/content2pres.mli +++ b/matita/components/content_pres/content2pres.mli @@ -32,15 +32,9 @@ (* *) (**************************************************************************) -val content2pres: - ?skip_initial_lambdas:int -> ?skip_thm_and_qed:bool -> - ids_to_inner_sorts:(Cic.id, CicNotationPt.sort_kind) Hashtbl.t -> - Cic.annterm Content.cobj -> - CicNotationPres.boxml_markup - val ncontent2pres: ?skip_initial_lambdas:int -> ?skip_thm_and_qed:bool -> ids_to_nrefs:(NTermCicContent.id, NReference.reference) Hashtbl.t -> - CicNotationPt.term Content.cobj -> + NotationPt.term Content.cobj -> CicNotationPres.boxml_markup