X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_notation%2FcicNotationPres.mli;h=04411df2b3d2e5ed394d04f33c74ac1ae5d05ace;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=d0297387190ffd8bfd18ab40acccc59a7f9c7e39;hpb=206f96afb7097c20b3cc8bd144825467b4fde7ae;p=helm.git diff --git a/helm/ocaml/cic_notation/cicNotationPres.mli b/helm/ocaml/cic_notation/cicNotationPres.mli index d02973871..04411df2b 100644 --- a/helm/ocaml/cic_notation/cicNotationPres.mli +++ b/helm/ocaml/cic_notation/cicNotationPres.mli @@ -37,7 +37,7 @@ val box_of_mpres: mathml_markup -> boxml_markup (** level 1 -> level 0 * @param ids_to_uris mapping id -> uri for hyperlinking *) -val render: (Cic.id, string) Hashtbl.t -> CicNotationPt.term -> markup +val render: (Cic.id, UriManager.uri) Hashtbl.t -> CicNotationPt.term -> markup (** level 0 -> xml stream *) val print_xml: markup -> Xml.token Stream.t