[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-hackers] [PATCH] Add specializations for some nullary/unary com
From: |
Evan Hanson |
Subject: |
[Chicken-hackers] [PATCH] Add specializations for some nullary/unary comparators, fix list= argument type |
Date: |
Mon, 30 Dec 2013 19:45:55 +1300 |
Hi all,
This adds types.db specializations for some comparison procedures that
return #t when given zero or one arguments. They're a bit silly, but
trivial to add and may allow for optimizations in some cases.
It also fixes the type signature for `list=`, which can take a procedure
as its first argument.
Cheers,
Evan
0001-Add-specializations-for-some-nullary-unary-comparato.patch
Description: Text document
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Chicken-hackers] [PATCH] Add specializations for some nullary/unary comparators, fix list= argument type,
Evan Hanson <=