Skip to content
Snippets Groups Projects
Commit e791b596 authored by Raymond Toy's avatar Raymond Toy
Browse files

Fix #5: Give better error message

Give a better error message when using T clause in case

error.lisp:
o Add new invalid-case condition to handle errors from case
  expressions.

macros.lisp:
o Use new invalid-case condition to signal the invalid usage of T in
  CASE expressions.
o Replace old message with better, more informative, message. Include
  xref to ANSI CL spec.

exports.lisp:
o Export INVALID-CASE from KERNEL package.
parent 83ce6c9e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment