[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] Make result of empty "else" clause undefin
From: |
Kooda |
Subject: |
Re: [Chicken-hackers] [PATCH] Make result of empty "else" clause undefined in `cond' and `case' forms |
Date: |
Tue, 17 Apr 2018 18:10:15 +0200 |
On Tue, 17 Apr 2018 12:51:45 +1200 Evan Hanson <address@hidden>
wrote:
> Thanks everyone, it sounds like this patch can be applied as-is.
>
Done. :)
I think the modification for “case” wasn’t necessary, as
`(##core#begin ,@(cdr clause)) will yield (##core#begin) which is (I
think) equivalent to (##core#undefined). But I applied it anyway
because it’s more explicit.