Typed Racket
Go to file
Asumu Takikawa c8595e7e45 Improve TR's extra-env-lang
Instead of parsing the module's body like env-lang,
export a `type-environment` form instead. That way
the module may contain any auxiliary definitions
or expressions that are needed.

Additionally allow #:opaque and #:struct clauses
for opaque and struct types in the base type environment.

Update typed/syntax/stx for the new API.

original commit: db51fdb8fdc943971122fea32a7b593b187bd685
2014-02-18 18:43:57 -05:00
pkgs/typed-racket-pkgs Improve TR's extra-env-lang 2014-02-18 18:43:57 -05:00