X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fcontent_pres%2FcicNotationPres.mli;h=57e7ee84463ee565399346248e19d8e75db9726c;hb=9faea203fd99a44d75ea8bcd15b59942a4226922;hp=3c9f0ce15346c351d93b5d209df15c9cbfa5e78e;hpb=8a660ee06d72cfee52c707bb1d8d8be3bab0d682;p=helm.git diff --git a/matita/components/content_pres/cicNotationPres.mli b/matita/components/content_pres/cicNotationPres.mli index 3c9f0ce15..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 -> NotationPt.term -> + #NCic.status -> + lookup_uri:(Content.id -> string option) -> ?prec:int -> NotationPt.term -> markup (** level 0 -> xml stream *)