]> matita.cs.unibo.it Git - helm.git/commitdiff
CicTypeChecker.AssertFailure now printed.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 8 Nov 2005 09:27:51 +0000 (09:27 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 8 Nov 2005 09:27:51 +0000 (09:27 +0000)
helm/matita/matitaExcPp.ml

index adf35d92fb5d49107d8f9f68877d6858c54bb77e..6dccc429fae99293349978c5764c55bb09d9dca7 100644 (file)
@@ -53,5 +53,7 @@ let to_string =
   | 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