]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitacLib.ml
now baseuri is needed in each file (and its redefinition is forbidden)
[helm.git] / helm / matita / matitacLib.ml
index d00156b8a08c7af834379afaff7a75b14f0eda73..1baa34910c3a1356d5c08b0b3133a9e28a1e7f30 100644 (file)
@@ -65,7 +65,7 @@ let run_script is eval_function  =
   | MatitaEngine.Drop  
   | CicTextualParser2.Parse_error _ as exn -> raise exn
   | exn -> 
-      MatitaLog.error (Printexc.to_string exn);
+      MatitaLog.error (MatitaExcPp.to_string exn);
       raise exn
 
 let fname () =
@@ -78,7 +78,9 @@ let fname () =
 
 let pp_ocaml_mode () = 
   MatitaLog.message "";
-  MatitaLog.message " ** Entering Ocaml mode ** ";
+  MatitaLog.message "                      ** Entering Ocaml mode ** ";
+  MatitaLog.message "";
+  MatitaLog.message "Type 'go ();;' to enter an interactive matitac";
   MatitaLog.message ""
   
 let rec go () =