6.3.90.900
7 Creating functions that map over lists
(require kw-utils/mapper) | package: kw-utils |
procedure
(mapper f arg ... #:<kw> kw-arg ...) → procedure?
f : procedure? arg : any/c kw-arg : any/c (mapper #:<kw> kw-arg ...) → procedure? kw-arg : any/c
The one-argument case is equivalent to a curried version of map.