typed-racket/collects/tests/typed-scheme
Vincent St-Amour d5941cb2d6 TR's numeric tower is now built from unions of non-overlapping base types.
A lot of the work that was done by special-casing number types can now be
done by TR's handling of unions. This makes it easier to add more numeric
types to the tower and should make writing down types for numeric
primitives much less error-prone.

In addition, this commit adds several numeric types that will help get
tighter bounds on integer arithmetic, such as Index types. They will have
to be integrated to the base environment before they can be useful.

original commit: d4c93cc12e6df893ba2e782f0e0ea5529738315a
2011-01-31 16:39:13 -05:00
..
fail Fix TR tests for new contract error messages. 2010-12-29 13:46:57 -05:00
optimizer Removed logging when no optimization actually happens. 2010-10-14 14:13:06 -04:00
succeed Allow arbitrary filter specification in function types. 2010-12-08 18:22:29 -05:00
unit-tests TR's numeric tower is now built from unions of non-overlapping base types. 2011-01-31 16:39:13 -05:00
xfail Added annotated versions of the for macros that generate vectors. 2010-09-15 20:21:50 -04:00
main.rkt Delete compiled benchmarks when testing. 2010-10-01 17:48:46 -04:00
nightly-run.rkt Fix nightly running of TR tests. 2011-01-27 16:49:45 -05:00
run.rkt Allow running individual TR tests. 2010-12-10 16:59:12 -05:00