0.6.11.37:
[sbcl.git] / src / code / late-target-error.lisp
index 4a89b6b..fc31a55 100644 (file)
   (:report
    (lambda (condition stream)
      (format stream
-            "~@<TYPE-ERROR in ~S: ~2I~:_~S is not of type ~S~:>."
+            "~@<TYPE-ERROR in ~S: ~
+              ~2I~_The value ~4I~:_~S ~2I~_is not of type ~4I~_~S.~:>"
             (condition-function-name condition)
             (type-error-datum condition)
             (type-error-expected-type condition)))))