]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/cicNotationPres.mli
snapshot
[helm.git] / helm / ocaml / cic_notation / cicNotationPres.mli
index 3181ec0b8f5e1bb6caaeb9a94eca0fd19be5d102..d7fcb9ea3b316949947dcae6d0f8d3e8f5c06e51 100644 (file)
@@ -31,3 +31,9 @@ type markup = mathml_markup
 (** @param ids_to_uris mapping id -> uri for hyperlinking *)
 val render: (Cic.id, string) Hashtbl.t -> CicNotationPt.term -> markup
 
+val render_to_boxml:
+  (Cic.id, string) Hashtbl.t -> CicNotationPt.term -> Xml.token Stream.t
+
+(* val render_to_mathml:
+  (Cic.id, string) Hashtbl.t -> CicNotationPt.term -> mathml_markup *)
+