Hi Andy, On Sun, Sep 25, 2011 at 12:01 AM, Andy Wingo <[email protected]> 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
