filter-map

Name

filter-map -- Process FIRST and the lists comprising REST as map would.

Synopsis

(filter-map proc first . rest)

Description

Process FIRST and the lists comprising REST as map would. However, do not include any false or unspecified returns from PROC in the result list.

Implementation Notes

Module: (app scwm listops)

Defined in scheme/listops.scm at line 190 (CVS log)