Compare commits

..

No commits in common. "5deb71deddd4d16ea0903f67518f59eb8beeee21" and "62547170fc578cb0f043c08677e9dcbd0cc34bcb" have entirely different histories.

View file

@ -26,5 +26,5 @@
(gethash keyword *fruit*)))))
(ok (hash-table-p *fruit*))
(ok (fboundp 'fruit-p))
(ok (fruit-p :appl))
(ok (fruit-p :apple))
(ng (fruit-p :tomato))))