racket/pkgs/racket-test-core
Gustavo Massaccesi 6d8ba1fd67 Mark errors in expression when a wrong type is detected during optimization
This enables further reductions,
for example (begin (car x) (unbox x) z)  => (begin (car x) (unbox x))
2015-01-09 08:54:13 -07:00
..
mzlib Finish fixing dependencies of "racket-test-core". 2014-12-19 11:35:39 -05:00
tests/racket Mark errors in expression when a wrong type is detected during optimization 2015-01-09 08:54:13 -07:00
info.rkt Take advantage of new smaller pkgs. 2014-12-16 23:04:54 -05:00
LICENSE.txt