racket/collects/typed-scheme/private
Vincent St-Amour d4c93cc12e 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.
2011-01-31 16:39:13 -05:00
..
annotate-classes.rkt
base-env-indexing-abs.rkt TR's numeric tower is now built from unions of non-overlapping base types. 2011-01-31 16:39:13 -05:00
base-env-indexing.rkt TR's numeric tower is now built from unions of non-overlapping base types. 2011-01-31 16:39:13 -05:00
base-env-numeric.rkt TR's numeric tower is now built from unions of non-overlapping base types. 2011-01-31 16:39:13 -05:00
base-env.rkt TR's numeric tower is now built from unions of non-overlapping base types. 2011-01-31 16:39:13 -05:00
base-special-env.rkt Better handling of `hash-*' functions, and hashes as sequences. 2010-12-08 18:22:29 -05:00
base-structs.rkt
base-types-extra.rkt
base-types.rkt TR's numeric tower is now built from unions of non-overlapping base types. 2011-01-31 16:39:13 -05:00
colon.rkt
env-lang.rkt
extra-procs.rkt Add `defined?' assertions to fix DrRacket. 2010-12-08 18:53:56 -05:00
for-clauses.rkt
internal.rkt
parse-type.rkt Allow arbitrary filter specification in function types. 2010-12-08 18:22:29 -05:00
prims.rkt Avoid dumb parsing bugs in require/typed. 2010-10-26 18:09:45 -04:00
type-annotation.rkt
type-contract.rkt
type-env-lang.rkt
typed-renaming.rkt
with-types.rkt