NO-DUPLICATESP

check for duplicates in a list (using eql for equality)
Major Section:  PROGRAMMING

(no-duplicatesp l) is true if and only if no member of l occurs twice in l.

(no-duplicatesp l) has a guard of (eqlable-listp l). Membership is tested using member, hence using eql as the test.