3 lines
57 B
Common Lisp
3 lines
57 B
Common Lisp
|
|
(deftype fruit ()
|
||
|
|
'(member +apple+ +banana+ +cherry+))
|