X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fcontent_pres%2Fcontent2pres.mli;h=db2223a7a19c1be1c57aaf0263cacaa1f19af118;hb=bca340f9c590e6530f8346fddd61c9fa0ae7f411;hp=6dd0fd8aacb3960a2915df99f8ed15b685fbc452;hpb=55ec3926f6fbb5dba13705659fe94d0db38b2666;p=helm.git diff --git a/helm/software/components/content_pres/content2pres.mli b/helm/software/components/content_pres/content2pres.mli index 6dd0fd8aa..db2223a7a 100644 --- a/helm/software/components/content_pres/content2pres.mli +++ b/helm/software/components/content_pres/content2pres.mli @@ -33,8 +33,14 @@ (**************************************************************************) val content2pres: - ?skip_initial_lambdas:bool -> ?skip_thm_and_qed:bool -> - ids_to_inner_sorts:(Cic.id, Cic2acic.sort_kind) Hashtbl.t -> + ?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 -> + CicNotationPres.boxml_markup +