]> matita.cs.unibo.it Git - helm.git/commitdiff
ported to new logger
authorStefano Zacchiroli <zack@upsilon.cc>
Wed, 11 Feb 2004 12:00:51 +0000 (12:00 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Wed, 11 Feb 2004 12:00:51 +0000 (12:00 +0000)
helm/ocaml/cic_disambiguation/disambiguate.ml
helm/ocaml/cic_disambiguation/disambiguateTypes.ml
helm/ocaml/cic_disambiguation/disambiguateTypes.mli

index d37819c6aa82a1f1a93dc91a473ee54c75367064..edc112992121133be7071cb66939920756b6e60d 100644 (file)
@@ -377,13 +377,13 @@ module Make (C: Callbacks) =
        (function uri,_ ->
          MQueryMisc.wrong_xpointer_format_from_wrong_xpointer_format' uri
        ) result in
-      C.output_html (`Msg (`T "Locate query:"));
+      HelmLogger.log (`Msg (`T "Locate query:"));
       MQueryUtil.text_of_query
-       (fun s -> C.output_html ~append_NL:false (`Msg (`T s)))
+       (fun s -> HelmLogger.log ~append_NL:false (`Msg (`T s)))
        "" query; 
-      C.output_html (`Msg (`T "Result:"));
+      HelmLogger.log (`Msg (`T "Result:"));
       MQueryUtil.text_of_result
-        (fun s -> C.output_html (`Msg (`T s))) "" result;
+        (fun s -> HelmLogger.log (`Msg (`T s))) "" result;
       let uris' =
        match uris with
         | [] ->
index 648286ec2c7a5428d5e7f1a0a70173ed5329e9d1..92ca39f72571a9732867b51c098be7c2fc487c36 100644 (file)
@@ -22,7 +22,6 @@ and environment = codomain_item Environment.t
 
 module type Callbacks =
   sig
-    val output_html : ?append_NL:bool -> Ui_logger.html_msg -> unit
     val interactive_user_uri_choice :
       selection_mode:[`SINGLE | `MULTIPLE] ->
       ?ok:string ->
index 059ecf38838320aeae9ba1aa9145cb4edd0c74a5..b6130080f170378411f307b6ce9dc98cc9bdaf86 100644 (file)
@@ -40,7 +40,6 @@ and environment = codomain_item Environment.t
 
 module type Callbacks =
   sig
-    val output_html : ?append_NL:bool -> Ui_logger.html_msg -> unit
     val interactive_user_uri_choice :
       selection_mode:[`SINGLE | `MULTIPLE] ->
       ?ok:string ->