X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2Fcomponents%2Fcontent_pres%2FcicNotationPres.mli;h=57e7ee84463ee565399346248e19d8e75db9726c;hb=dd74d1964ef07de249385a48f28302b427c0d287;hp=5961b88876a9a6dc69cf5e5afa896e83491393eb;hpb=0d2bfb98d8343b4e6cefdb506a813b7cb5749630;p=helm.git diff --git a/matita/components/content_pres/cicNotationPres.mli b/matita/components/content_pres/cicNotationPres.mli index 5961b8887..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,UriManager.uri) 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 *)