list-of

Category: Type procedures

Documentation

;;; (list-of pred?) -> unary-predicate?
;;;   pred? : unary-predicate?
;;; Builds a unary predicate that verifies that its parameter is a list,
;;; all of whose elements match `pred?`.

Examples

Forthcoming

Sample implementation (advanced)

Forthcoming

Tests

Forthcoming

See also

Forthcoming

Questions

Forthcoming