Compare commits

..

No commits in common. "4935d9baa8c683f14b1ca2373291b07d340bb8df" and "21c880390a49f2db0eaca71baa3ce8ee41346b6c" 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))))