Thanks, Luc!
On Mar 17, 2014, at 11:08 AM, Luc Prefontaine
wrote:
> Use (apply base-fun opts)
>
> Luc P.
>
>
>> I'm trying to define a couple of functions that support the same options,
>> but return different return types.
>>
>> I have one function that is the "base" function that provide
Use (apply base-fun opts)
Luc P.
> I'm trying to define a couple of functions that support the same options,
> but return different return types.
>
> I have one function that is the "base" function that provides the most raw
> access, and some other functions that call this base function and
I'm trying to define a couple of functions that support the same options,
but return different return types.
I have one function that is the "base" function that provides the most raw
access, and some other functions that call this base function and do their
thing.
I would like to make these k