chickadee » data-structures » constantly

(constantly X ...) procedure

Returns a procedure that always returns the values X ... regardless of the number and value of its arguments.

(constantly X) <=> (lambda args X)