Ticket #328 (reopened enhancement)
(map 'list #'identity '(x . "abc")) should signal type-error
| Reported by: | S11001001 | Owned by: | gb |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | ANSI CL Compliance | Version: | trunk |
| Keywords: | Cc: |
Description
By CLHS, "Should be prepared to signal an error of type type-error if any sequence is not a proper sequence."
Instead:
cl-user> (map 'list #'identity '(x . "abc")) (x #\b #\c)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

