]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/logger/ui_logger.mli
added string_of_html_msg
[helm.git] / helm / ocaml / logger / ui_logger.mli
index 3c548550ffc183115901d63e1dba89d63686ed12..c66a226357f45fa872735a9146f5eabd1784a94b 100644 (file)
@@ -2,6 +2,8 @@
 type html_tag = [ `BR | `L of html_tag list | `T of string ]
 type html_msg = [ `Error of html_tag | `Msg of html_tag ]
 
+val string_of_html_msg: html_msg -> string
+
 class html_logger:
   ?width:int -> ?height:int -> ?packing:(GObj.widget -> unit) -> ?show:bool ->
     unit ->