An atom given to destructuring-bind isn't a special case.
commit159451e5efd4f98103431c87a90e33248e362fd3
authorDouglas Katzman <dougk@google.com>
Sun, 5 Jul 2015 00:47:41 +0000 (4 20:47 -0400)
committerDouglas Katzman <dougk@google.com>
Sun, 5 Jul 2015 00:56:02 +0000 (4 20:56 -0400)
tree46a202e69ebb0b162cdb03ff79ac436105456f99
parenta7879501ae25a4c8c60d8a208419e272ec4e3a7e
An atom given to destructuring-bind isn't a special case.

It's just an ARG-COUNT-ERROR, not a TYPE-ERROR.
src/code/destructuring-bind.lisp
src/code/full-eval.lisp
src/compiler/ir1-translators.lisp
tests/type.pure.lisp