X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fcontent_pres%2FcicNotationPres.mli;h=57e7ee84463ee565399346248e19d8e75db9726c;hb=dab25d81b789fb8430ef76f2dd77970c2c410048;hp=6a25e56724723baea4849d47e771d12bc2fe7518;hpb=2c01ff6094173915e7023076ea48b5804dca7778;p=helm.git diff --git a/matita/components/content_pres/cicNotationPres.mli b/matita/components/content_pres/cicNotationPres.mli index 6a25e5672..57e7ee844 100644 --- a/matita/components/content_pres/cicNotationPres.mli +++ b/matita/components/content_pres/cicNotationPres.mli @@ -35,13 +35,12 @@ val box_of_mpres: mathml_markup -> boxml_markup (** {2 Rendering} *) -val lookup_uri: (Cic.id,UriManager.uri) Hashtbl.t -> Cic.id -> string option - (** level 1 -> level 0 * @param ids_to_uris mapping id -> uri for hyperlinking * @param prec precedence level *) val render: - lookup_uri:(Cic.id -> string option) -> ?prec:int -> CicNotationPt.term -> + #NCic.status -> + lookup_uri:(Content.id -> string option) -> ?prec:int -> NotationPt.term -> markup (** level 0 -> xml stream *) @@ -50,7 +49,7 @@ val print_xml: markup -> Xml.token Stream.t (* |+* level 1 -> xml stream * @param ids_to_uris +| val render_to_boxml: - (Cic.id, string) Hashtbl.t -> CicNotationPt.term -> Xml.token Stream.t *) + (Cic.id, string) Hashtbl.t -> NotationPt.term -> Xml.token Stream.t *) val print_box: boxml_markup -> Xml.token Stream.t val print_mpres: mathml_markup -> Xml.token Stream.t