Name
filter-only-except -- Return a filtered list of the elements from L.
Synopsis
(filter-only-except l only except)
Description
Return a filtered list of the elements from L.
The returned list will contain only elements from L
that have the predicate ONLY accepts but EXCEPT
does not accept.