racket/collects/typed-racket/private
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
..
parse-classes.rkt Move typed-scheme to typed-racket collection. 2011-09-03 20:49:39 -04:00
parse-type.rkt Revise type environment propagation to use submodules. 2012-07-10 12:49:27 -04:00
type-annotation.rkt More refactoring and reduction of runtime dependencies. 2012-06-28 14:34:07 -04:00
type-contract.rkt Minor refactorings. 2012-06-25 18:07:45 -04:00
with-types.rkt Support definitions of keyword functions in Typed Racket. 2012-06-02 18:22:07 -04:00