racket/pkgs/racket-test-core
Gustavo Massaccesi dfc64053b7 Infer type from comparisons in test positions
In (if (eq? x <pred?-expr>) <tbranch> <fbranch>) infer that the type of
x is pred? in the tbranch.

Also, reduce (eq? x y) => #f when the types are different.
2015-07-14 19:19:50 -03:00
..
mzlib Finish fixing dependencies of "racket-test-core". 2014-12-19 11:35:39 -05:00
tests/racket Infer type from comparisons in test positions 2015-07-14 19:19:50 -03:00
info.rkt Take advantage of new smaller pkgs. 2014-12-16 23:04:54 -05:00
LICENSE.txt