![]() Reduce (eq? v v) ==> #t (if t v v) ==> (begin t v) (if v v #f) ==> v when v is a local or a top level variable. Previously, the last two reductions were used only with local variables. Also, move the (if x #t #f) ==> (not x) reduction after branch optimization. |
||
---|---|---|
.. | ||
mzlib | ||
tests/racket | ||
info.rkt | ||
LICENSE.txt |