Function Stable-Set-Difference

Part of:

package weblocks
( stable-set-difference < list-1 > < list-2 > &key (test #'eql) (key #'identity) )
Returns a list of element of 'list-1' that do not appear in 'list-2'.