racket/collects/typed-racket
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
..
base-env Added types for single-value sequences 2012-07-09 19:15:35 -07:00
env Revise type environment propagation to use submodules. 2012-07-10 12:49:27 -04:00
infer File splitting, dependency reduction. 2012-06-28 14:34:07 -04:00
minimal/lang Move typed-scheme to typed-racket collection. 2011-09-03 20:49:39 -04:00
optimizer Fix Performance Report on unsaved editors. 2012-06-29 16:27:37 -04:00
private Revise type environment propagation to use submodules. 2012-07-10 12:49:27 -04:00
rep Remove evcase. 2012-07-10 12:49:27 -04:00
scribblings Fix typo in TR special form docs 2012-06-11 17:29:02 -04:00
typecheck Revise type environment propagation to use submodules. 2012-07-10 12:49:27 -04:00
types Revise type environment propagation to use submodules. 2012-07-10 12:49:27 -04:00
utils Minor refactorings. 2012-06-25 18:07:45 -04:00
core.rkt Revise type environment propagation to use submodules. 2012-07-10 12:49:27 -04:00
info.rkt Move typed-scheme to typed-racket collection. 2011-09-03 20:49:39 -04:00
language-info.rkt Move typed-scheme to typed-racket collection. 2011-09-03 20:49:39 -04:00
minimal.rkt Minor refactorings. 2012-06-25 18:07:45 -04:00
tc-setup.rkt Revise type environment propagation to use submodules. 2012-07-10 12:49:27 -04:00
typed-racket.rkt Revise type environment propagation to use submodules. 2012-07-10 12:49:27 -04:00
typed-reader.rkt scheme -> racket 2012-06-25 13:39:07 -04:00