chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] matchable 3.0 and SRFI-9 records


From: Alex Shinn
Subject: Re: [Chicken-users] matchable 3.0 and SRFI-9 records
Date: Mon, 14 Feb 2011 09:05:47 +0900

On Sun, Feb 13, 2011 at 6:52 PM, Ivan Raikov <address@hidden> wrote:
>
>   It appears that the following pattern no longer works with matchable
> 3.0 (Chicken 4.6.5):
>
[...]
>
>  (match-let ((($ test x y z) (make-test 'a 1 "two")))
>               (print x y z))
>
>  Error: (match) no matching pattern
[...]
>
> Does this mean that SRFI-9 record matching is no longer supported?

It should work - the code for record matching is
essentially the same.  I'll look into it.

-- 
Alex



reply via email to

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