MerelyAPseudonym writes:
Hi!
> When abstracting out common behavior by creating higher-order
> functions, I would like the resulting function to retain the arglist
> metadata. Has anyone already solved this problem?
Right now, if I define public functions in terms of comp or partial, I
add the
When abstracting out common behavior by creating higher-order functions, I
would like the resulting function to retain the arglist metadata. Has
anyone already solved this problem? If not, are there kosher ways of going
about it? I have a feeling it'd be possible to create a new def-form that
w