Name
delete-duplicates -- Return a list that has the elements of L with duplicates omitted.
Synopsis
(delete-duplicates l)
Description
Return a list that has the elements of L with duplicates omitted.
The first instance of any alement that appears more than once is retained,
all other instances are removed.