racket/racket
Gustavo Massaccesi 6985150e0b Don't drop expressions with side effects in eq? reduction
The expression (eq? x y) is reduced to #f when the types of
x and y are known. Reduce this to (begin x y #f) when they
have side effects.
2015-12-15 00:25:00 -03:00
..
collects Add instrumentation for optimized struct/dc. 2015-12-14 13:57:07 -06:00
src Don't drop expressions with side effects in eq? reduction 2015-12-15 00:25:00 -03:00
.gitignore internal hooks to build "Racket.exe" without "libracket3m.dll" 2015-03-28 09:50:01 -06:00