eq
for equality)
Major Section: PROGRAMMING
(no-duplicatesp-eq l)
is true if and only if no member of l
occurs
twice in l
.
(no-duplicatesp l)
has a guard of (symbol-listp l)
. Membership
is tested using member-eq
, hence using eq
as the test.