filter-only-except

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.

Implementation Notes

Module: (app scwm winlist)

Defined in scheme/winlist.scm at line 38 (CVS log)