[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-hackers] [PATCH] Expand cond clauses with constant tests and no
From: |
Evan Hanson |
Subject: |
[Chicken-hackers] [PATCH] Expand cond clauses with constant tests and no expressions to the test value |
Date: |
Wed, 27 Nov 2013 16:30:32 +1300 |
This fixes a very minor regression in the check for constant test
expressions in cond clauses.
(cond (1)) ; => #<unspecified> following b6add53, should be 1
Cheers,
Evan
0001-Expand-cond-clauses-with-constant-tests-and-no-expre.patch
Description: Text document
- [Chicken-hackers] [PATCH] Expand cond clauses with constant tests and no expressions to the test value,
Evan Hanson <=