bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#9567: `match' bug ?


From: Alex Shinn
Subject: bug#9567: `match' bug ?
Date: Sun, 25 Sep 2011 15:59:17 +0900

Hi Andy,

On Sun, Sep 25, 2011 at 12:01 AM, Andy Wingo <address@hidden> wrote:
>
> We are getting the following bug in Guile:
> [...]
>
>    > (define a '(1 2))
>    > (match a ((and (a 2) (1 b)) (+ a b)) (_ #f))
>    #f

Yes, that's a bug - confirmed in Chibi.  The
diagnosis is also correct.  I've applied the
patch and updated the synthcode match.scm
and the Chibi repo.

Thanks Stefan!

-- 
Alex





reply via email to

[Prev in Thread] Current Thread [Next in Thread]