]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaExcPp.ml
Introduction, again.:
[helm.git] / helm / matita / matitaExcPp.ml
index a80d0a2fb8c5ffbbec9d751feda624686579d65b..6dccc429fae99293349978c5764c55bb09d9dca7 100644 (file)
@@ -51,5 +51,9 @@ let to_string =
         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