]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaExcPp.ml
tex macros, checked in disambiguation section from whelp paper
[helm.git] / helm / matita / matitaExcPp.ml
index d6cddfaab85baeb16ae49a84a44abfed2fba1d90..6dccc429fae99293349978c5764c55bb09d9dca7 100644 (file)
@@ -49,6 +49,11 @@ 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
+  | CicTypeChecker.AssertFailure msg ->
+     "Type checking assertion failed: " ^ Lazy.force msg
   | exn -> "Uncaught exception: " ^ Printexc.to_string exn