]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/content_pres/cicNotationPres.mli
Huge commit with several changes:
[helm.git] / helm / software / components / content_pres / cicNotationPres.mli
index 1d06d19baccbeeace181a2a761bbef4f5a3298e5..6a25e56724723baea4849d47e771d12bc2fe7518 100644 (file)
@@ -35,11 +35,14 @@ 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:
- (Cic.id, UriManager.uri) Hashtbl.t -> ?prec:int -> CicNotationPt.term -> markup
+ lookup_uri:(Cic.id -> string option) -> ?prec:int -> CicNotationPt.term ->
+  markup
 
 (** level 0 -> xml stream *)
 val print_xml: markup -> Xml.token Stream.t