]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matita.ml
* Part of matita that used to deal with the library moved into ocaml/library
[helm.git] / helm / matita / matita.ml
index 11ae70642bf6b36c5f59e2b644648ca23522c7e7..33e2d14c0866b4044bc1e81542ac804fc9fed953 100644 (file)
@@ -120,18 +120,18 @@ let _ =
         (CicEnvironment.list_obj ()));
     addDebugItem "print selections" (fun () ->
       let cicMathView = MatitaMathView.cicMathView_instance () in
-      List.iter MatitaLog.debug (cicMathView#string_of_selections));
+      List.iter HLog.debug (cicMathView#string_of_selections));
     addDebugItem "dump script status" script#dump;
     addDebugItem "dump configuration file to ./foo.conf.xml" (fun _ ->
       Helm_registry.save_to "./foo.conf.xml");
     addDebugItem "dump metasenv"
       (fun _ ->
          if script#onGoingProof () then
-           MatitaLog.debug (CicMetaSubst.ppmetasenv [] script#proofMetasenv));
+           HLog.debug (CicMetaSubst.ppmetasenv [] script#proofMetasenv));
     addDebugItem "dump coercions Db" (fun _ ->
       List.iter
         (fun (s,t,u) -> 
-          MatitaLog.debug
+          HLog.debug
             (UriManager.name_of_uri u ^ ":"
              ^ CoercDb.name_of_carr s ^ " -> " ^ CoercDb.name_of_carr t))
         (CoercDb.to_list ()));
@@ -153,7 +153,7 @@ let _ =
           (MatitaTypes.get_stack (MatitaScript.current ())#status)));
 (*     addDebugItem "ask record choice"
       (fun _ ->
-        MatitaLog.debug (string_of_int
+        HLog.debug (string_of_int
           (MatitaGtkMisc.ask_record_choice ~gui ~title:"title" ~message:"msg"
           ~fields:["a"; "b"; "c"]
           ~records:[