for-all?

Name

for-all? -- Return true if PRED is true for all elements of L, otherwise false.

Synopsis

(for-all? l pred)

Description

Return true if PRED is true for all elements of L, otherwise false.

Implementation Notes

Module: (app scwm listops)

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