racket/collects/typed-racket/typecheck
Sam Tobin-Hochstadt 6bf141513f Revise type environment propagation to use submodules.
Each typed module now defines a submodule named `type-decl`.
This module performs the type environment initialization (along
with other environment updates) when invoked.  Additionall,
every typed module, when invoked, performs a for-syntax addition
to a list specifying the submodules that need invocation.
This invocation is then performed by the `#%module-begin` from
Typed Racket.

The `type-decl` module always goes at the beginning of the
expanded module, so that it's available at syntax-time for all
the other submodules.  This involved adding pre- and post-
syntaxes for the results of typechecking.

This allows significant runtime dependency reduction from the
main `typed/racket` and `typed/racket/base` languages (not yet
complete).
2012-07-10 12:49:27 -04:00
..
check-below.rkt Move typed-scheme to typed-racket collection. 2011-09-03 20:49:39 -04:00
check-subforms-unit.rkt scheme -> racket 2012-06-25 13:39:07 -04:00
def-binding.rkt scheme -> racket 2012-06-25 13:39:07 -04:00
def-export.rkt Revise type environment propagation to use submodules. 2012-07-10 12:49:27 -04:00
find-annotation.rkt Minor refactorings. 2012-06-25 18:07:45 -04:00
internal-forms.rkt scheme -> racket 2012-06-25 13:39:07 -04:00
parse-cl.rkt Big newline at EOF scan. 2012-02-29 00:28:11 -05:00
provide-handling.rkt Revise type environment propagation to use submodules. 2012-07-10 12:49:27 -04:00
renamer.rkt Minor refactorings. 2012-06-25 18:07:45 -04:00
signatures.rkt Split out some small utilities to prepare to reduce dependencies. 2012-06-25 14:10:18 -04:00
tc-app-helper.rkt More refactoring and reduction of runtime dependencies. 2012-06-28 14:34:07 -04:00
tc-app.rkt File splitting, dependency reduction. 2012-06-28 14:34:07 -04:00
tc-apply.rkt Move typed-scheme to typed-racket collection. 2011-09-03 20:49:39 -04:00
tc-envops.rkt Minor refactorings. 2012-06-25 18:07:45 -04:00
tc-expr-unit.rkt File splitting, dependency reduction. 2012-06-28 14:34:07 -04:00
tc-funapp.rkt Fix type of `remove-duplicates'. 2011-12-10 17:28:34 -05:00
tc-if.rkt More refactoring and reduction of runtime dependencies. 2012-06-28 14:34:07 -04:00
tc-lambda-unit.rkt Minor refactorings. 2012-06-25 18:07:45 -04:00
tc-let-unit.rkt Minor refactorings. 2012-06-25 18:07:45 -04:00
tc-metafunctions.rkt Move typed-scheme to typed-racket collection. 2011-09-03 20:49:39 -04:00
tc-structs.rkt Minor refactorings. 2012-06-25 18:07:45 -04:00
tc-subst.rkt scheme -> racket 2012-06-25 13:39:07 -04:00
tc-toplevel.rkt Revise type environment propagation to use submodules. 2012-07-10 12:49:27 -04:00
typechecker.rkt Move typed-scheme to typed-racket collection. 2011-09-03 20:49:39 -04:00