[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] Allow optional functor arguments
From: |
Felix Winkelmann |
Subject: |
Re: [Chicken-hackers] [PATCH] Allow optional functor arguments |
Date: |
Sun, 13 Jul 2014 13:30:55 +0200 (CEST) |
From: Peter Bex <address@hidden>
Subject: Re: [Chicken-hackers] [PATCH] Allow optional functor arguments
Date: Sun, 13 Jul 2014 13:15:13 +0200
> On Sun, Jul 13, 2014 at 12:54:57AM +0200, Felix Winkelmann wrote:
>> The functor needs to import "chicken" to detect the #!optional (i.e.
>> extended lambda-lists - yes, the warning is misleading and doesn't
>> give the "#!", don't ask me why, I don't know).
>>
>> It also needs to import "csi-like".
>>
>> And finally, use "import" for the "csi" module:
>>
>> :
>> (import csi)
>> (module foo-with-csi = (foo csi))
>> :
>
> Looks like I got way too confused again. Sorry for the noise.
>
No noise at all. It _is_ confusing...
felix