chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] [PATCH] add special case in specialization for lis


From: Felix
Subject: Re: [Chicken-hackers] [PATCH] add special case in specialization for list-ref/list-tail
Date: Mon, 19 Dec 2011 09:41:44 +0100 (CET)

> Speaking of c[ad]*r, what about known fixed-length (pair (pair ...)) types?
> It looks like this patch for list-ref/list-tail doesn't deal with those.

... and it turns out you are right here: matching is not done, but the
type is checked directly for being "(list ...)". But thanks for pushing,
I'll extend this to nested pair types in another patch.


cheers,
felix



reply via email to

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