]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/logger/helmLogger.mli
ocaml 3.09 transition
[helm.git] / helm / ocaml / logger / helmLogger.mli
index 6717e941063a0ad15435de3cb1166d454ccd5c85..633b5c3eca5895aa3da30fbe2183ac1361b76875 100644 (file)
@@ -10,6 +10,9 @@ type html_msg = [ `Error of html_tag | `Msg of html_tag ]
   (** html_msg to plain text converter *)
 val string_of_html_msg: html_msg -> string
 
+  (** html_tag to plain text converter *)
+val string_of_html_tag: html_tag -> string
+
   (** html_msg to html text converter *)
 val html_of_html_msg: html_msg -> string