Open thephoeron opened 10 years ago
The if-match pruner has two notable problems, as reported by @csrhodes:
if-match
Lexically-contained if-match forms: walk the cadr and cdddr, not caddr
cadr
cdddr
caddr
Lexically-contained when-match forms: just walk the cadr, not the cddr forms
when-match
cddr
The
if-match
pruner has two notable problems, as reported by @csrhodes:Lexically-contained
if-match
forms: walk thecadr
andcdddr
, notcaddr
Lexically-contained
when-match
forms: just walk thecadr
, not thecddr
forms