]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaMathView.ml
various updates, removed proofs for now because they are the real bottleneck!!
[helm.git] / helm / matita / matitaMathView.ml
index 4d0eace3ae6f7d6cf6ae1ff8b66e67b3cd05ee82..f913639f945e2f0c2919dfd2e77355d195f0144d 100644 (file)
@@ -361,7 +361,7 @@ class cicBrowser_impl ~(history:MatitaTypes.mathViewer_entry MatitaMisc.history)
     try
       f ()
     with exn ->
-      fail (sprintf "Uncaught exception:\n%s" (Printexc.to_string exn))
+      fail (MatitaExcPp.to_string exn)
   in
   let handle_error' f = (fun () -> handle_error (fun () -> f ())) in
   object (self)