]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaExcPp.ml
Syntactic change:
[helm.git] / helm / matita / matitaExcPp.ml
index fce5cf6d991bea50ffc5fb8a41c1d7aad703a115..adf35d92fb5d49107d8f9f68877d6858c54bb77e 100644 (file)
@@ -49,5 +49,9 @@ let to_string =
         (".moo file '%s' has been compiled by a different version of matita, "
         ^^ "please recompile it")
         fname
+  | ProofEngineTypes.Fail msg -> "Tactic error: " ^ Lazy.force msg
+  | Continuationals.Error s -> "Tactical error: " ^ Lazy.force s
+  | CicTypeChecker.TypeCheckerFailure msg ->
+     "Type checking error: " ^ Lazy.force msg
   | exn -> "Uncaught exception: " ^ Printexc.to_string exn