lset-difference[procedure] lset-difference elt= list1 list2 ...
SRFI-1: Returns the difference of the lists, using elt= for the
element-equality procedure -- all the elements of list1 that are
not elt= to
any element from one of the other listi parameters.
See also lset-difference!, lset-diff+intersection.
|