typed-racket/collects/typed-scheme/typecheck
Sam Tobin-Hochstadt f581c7796d Refactor environments.
- mapping stored as dict
 - use id tables for identifiers
 - use env-filter instead of filter
 - eliminate spurious use of conses

original commit: 647c4eef5940fde0395f9a19496244acab5f62b2
2010-06-21 18:29:54 -04:00
..
check-subforms-unit.rkt rename to rkt 2010-04-30 09:51:32 -04:00
def-binding.rkt rename to rkt 2010-04-30 09:51:32 -04:00
def-export.rkt Refactor provide handling. 2010-06-21 15:42:52 -04:00
find-annotation.rkt Try harder to find types for loop variables. 2010-06-17 11:26:33 -04:00
internal-forms.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
provide-handling.rkt Refactor provide handling. 2010-06-21 15:42:52 -04:00
signatures.rkt Remove tc-toplevel from the typechecking unit. 2010-05-24 14:03:14 -07:00
tc-app-helper.rkt Fix error message for multiple values. 2010-05-27 10:10:26 -04:00
tc-app.rkt Fix use of add-type-expr from commit 5d835ded. 2010-06-19 14:58:52 -04:00
tc-envops.rkt Refactor environments. 2010-06-21 18:29:54 -04:00
tc-expr-unit.rkt Added the type of the 1 literals in expressions of the form (- x 1) to 2010-06-18 17:43:05 -04:00
tc-if.rkt Better internal error messages. 2010-05-24 14:05:05 -07:00
tc-lambda-unit.rkt Better internal error messages. 2010-05-24 14:05:05 -07:00
tc-let-unit.rkt Only do abstraction of filters at `let's. 2010-05-24 14:01:00 -07:00
tc-metafunctions.rkt Fix typo 2010-05-12 18:43:55 -04:00
tc-structs.rkt Properly handling immutable invariant structs. 2010-06-07 14:03:06 -04:00
tc-subst.rkt More fixes for Vincent. 2010-05-17 18:03:34 -04:00
tc-toplevel.rkt Refactor provide handling. 2010-06-21 15:42:52 -04:00
typechecker.rkt Remove tc-toplevel from the typechecking unit. 2010-05-24 14:03:14 -07:00