racket/racket
Gustavo Massaccesi 9ebfdb54e7 extend reductions for expressions like (if (if X Y #f) Z K)
=> (if X (if Y Z K) K) where K is a constant,
to expressions where the inner `if` is (if X Y #t) or (if X #t/#f Y)
2016-11-15 11:37:17 -03:00
..
collects Handle quasi-list patterns better inside prefab struct patterns. 2016-11-09 19:47:12 -05:00
src extend reductions for expressions like (if (if X Y #f) Z K) 2016-11-15 11:37:17 -03:00
.gitignore internal hooks to build "Racket.exe" without "libracket3m.dll" 2015-03-28 09:50:01 -06:00