]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/disambiguate.mli
- fixed logging in log window so that spurious html tags are no longer
[helm.git] / helm / gTopLevel / disambiguate.mli
index 0114ce27f4e985659ea6d41059a3a292cc312d17..79e77df4819b1148609a9f56d068044e4c8d8238 100644 (file)
@@ -44,7 +44,7 @@ module type Callbacks =
     val get_metasenv : unit -> Cic.metasenv
     val set_metasenv : Cic.metasenv -> unit
 
-    val output_html : string -> unit
+    val output_html : ?append_NL:bool -> Ui_logger.html_msg -> unit
     val interactive_user_uri_choice :
       selection_mode:[`SINGLE | `MULTIPLE] ->
       ?ok:string ->