arity[procedure] arity procedure
MzScheme, Gauche: returns information about the number of
arguments accepted by the procedure. Returns either
(1) an exact non-negative integer, (2) struct arity-at-least,
or (3) a list of integers and arity-at-least structures.
See also arity-at-least-value, procedure-arity-includes?.
|