[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] Fix cond behaviour of => with constant con
From: |
Evan Hanson |
Subject: |
Re: [Chicken-hackers] [PATCH] Fix cond behaviour of => with constant condition [Was: Re: [Chicken-users] Unbound => in cond statements] |
Date: |
Fri, 17 Oct 2014 15:16:34 -0700 |
User-agent: |
OpenSMTPD enqueuer (Demoosh) |
On 2014-10-17 20:48, Peter Bex wrote:
> On Fri, Oct 17, 2014 at 07:44:27PM +0200, Michele La Monaca wrote:
> >
> > (cond (1 => odd?))
>
> The attached patch fixes it.
Pushed.
Thanks very much Michele, Peter.
Evan