X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fcontent_pres%2Fcontent2pres.mli;h=db2223a7a19c1be1c57aaf0263cacaa1f19af118;hb=ec07ff398325533d848da92e9dc69852d24b78a5;hp=c5d32e9fdd5e27ef0a86ad6bdcffae1dc916ca83;hpb=266fe24a5a5548c30f597ccd38578877643404d3;p=helm.git diff --git a/helm/software/components/content_pres/content2pres.mli b/helm/software/components/content_pres/content2pres.mli index c5d32e9fd..db2223a7a 100644 --- a/helm/software/components/content_pres/content2pres.mli +++ b/helm/software/components/content_pres/content2pres.mli @@ -38,3 +38,9 @@ val content2pres: 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 -> + CicNotationPres.boxml_markup +