X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fcontent_pres%2FcicNotationPres.mli;h=57e7ee84463ee565399346248e19d8e75db9726c;hb=348f1670b30f52db99187b2e92b45348e18ebbbe;hp=ce8ee1ca6b10dfcc5640ba3396090db46915c16e;hpb=f6b7c6ae353e014761a3d24dbc87e00d828d7f2d;p=helm.git diff --git a/matita/components/content_pres/cicNotationPres.mli b/matita/components/content_pres/cicNotationPres.mli index ce8ee1ca6..57e7ee844 100644 --- a/matita/components/content_pres/cicNotationPres.mli +++ b/matita/components/content_pres/cicNotationPres.mli @@ -35,14 +35,12 @@ val box_of_mpres: mathml_markup -> boxml_markup (** {2 Rendering} *) -val lookup_uri: (Interpretations.cic_id,NReference.reference) Hashtbl.t -> - Interpretations.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:(Interpretations.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 *)