there-exists?

Name

there-exists? -- Return true if PRED is true for at least one elements of L, otherwise false.

Synopsis

(there-exists? l pred)

Description

Return true if PRED is true for at least one elements of L, otherwise false.

Implementation Notes

Module: (app scwm listops)

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