]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/content_pres/cicNotationPres.mli
- hExtlib: added debugging information for split_nth
[helm.git] / helm / software / components / content_pres / cicNotationPres.mli
index 04411df2b3d2e5ed394d04f33c74ac1ae5d05ace..1d06d19baccbeeace181a2a761bbef4f5a3298e5 100644 (file)
@@ -36,8 +36,10 @@ val box_of_mpres: mathml_markup -> boxml_markup
 (** {2 Rendering} *)
 
 (** level 1 -> level 0
- * @param ids_to_uris mapping id -> uri for hyperlinking *)
-val render: (Cic.id, UriManager.uri) Hashtbl.t -> CicNotationPt.term -> markup
+ * @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
 
 (** level 0 -> xml stream *)
 val print_xml: markup -> Xml.token Stream.t