mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 07:30:55 -08:00
DATUM in TYPECASE error should be the value, not the offending key.
This commit is contained in:
parent
755369b199
commit
2f48f60f1f
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ be used as a TYPE to specify the default case."
|
|||
|
||||
(defun etypecase-error (keyform value types)
|
||||
(error 'CASE-FAILURE :name 'ETYPECASE
|
||||
:datum keyform
|
||||
:datum value
|
||||
:expected-type (cons 'OR types)
|
||||
:possibilities types))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue