From: Evan Hanson <[email protected]> Subject: [Chicken-hackers] [PATCH 0/5] List scrutiny special cases Date: Tue, 9 Sep 2014 02:57:17 -0700
> Hi hackers, > > Here are some list-related scrutiny improvements. I started with pair > walking for the scrutinizer's special cases to fix #759 (patch #2), > which made adding special cases for drop & tail easy (#3). The other > special cases (#4, #5) are basically just improving result type accuracy > for make-list, make-vector and reverse, where possible. Wow, cool. I have to try these patches out. But note that hardcoding special cases for SRFI-1 procedures is moot, since these will be thrown of the core system, sooner or later (or in other words: there will be only internally used variants, possibly with less error checking). felix _______________________________________________ Chicken-hackers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-hackers
