racket/collects/typed-scheme/typecheck
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
..
check-below.rkt
check-subforms-unit.rkt
def-binding.rkt
def-export.rkt
find-annotation.rkt
internal-forms.rkt
provide-handling.rkt
renamer.rkt
signatures.rkt
tc-app-helper.rkt Improved TR's error messages when all domains but one have been eliminated. 2010-10-07 18:30:35 -04:00
tc-app.rkt Better handling of `hash-*' functions, and hashes as sequences. 2010-12-08 18:22:29 -05:00
tc-apply.rkt Improved TR's error messages when all domains but one have been eliminated. 2010-10-07 18:30:35 -04:00
tc-envops.rkt
tc-expr-unit.rkt TR's numeric tower is now built from unions of non-overlapping base types. 2011-01-31 16:39:13 -05:00
tc-funapp.rkt Improved TR's error messages when all domains but one have been eliminated. 2010-10-07 18:30:35 -04:00
tc-if.rkt
tc-lambda-unit.rkt
tc-let-unit.rkt Typecheck body of letrec using original types instead of potentially undefined type. 2010-12-08 20:32:20 -05:00
tc-metafunctions.rkt Allow arbitrary filter specification in function types. 2010-12-08 18:22:29 -05:00
tc-structs.rkt
tc-subst.rkt Allow arbitrary filter specification in function types. 2010-12-08 18:22:29 -05:00
tc-toplevel.rkt Scheme -> Racket 2010-12-10 17:17:02 -05:00
typechecker.rkt