racket/collects/typed-racket/utils
Sam Tobin-Hochstadt 865a2cdcbd Support definitions of keyword functions in Typed Racket.
Caveats:
 - keyword function definitions do not define static
   bindings, thus limiting optimization opportunities
 - can't use `define:`, `lambda:`, etc with keywords
 - error messages sometimes expose the implementation
 - the optimizer skips most of the generated code for
   keyword functions definitions (user-level code is
   optimized)
2012-06-02 18:22:07 -04:00
..
any-wrap.rkt Fix wrapping of null' when provided as Any'. 2011-10-21 10:55:57 -04:00
arm.rkt Move typed-scheme to typed-racket collection. 2011-09-03 20:49:39 -04:00
disarm.rkt add var-ref->mod-decl-insp' and switch cur-code-insp' uses 2011-09-20 13:50:36 -06:00
mutated-vars.rkt moved unstable/mutated-vars back to typed-racket 2011-12-18 13:57:49 -07:00
require-contract.rkt Fix a TR issue with syntax-local-lift-expression 2012-05-03 19:36:32 -04:00
stxclass-util.rkt Support definitions of keyword functions in Typed Racket. 2012-06-02 18:22:07 -04:00
syntax-traversal.rkt Move typed-scheme to typed-racket collection. 2011-09-03 20:49:39 -04:00
tc-utils.rkt Move typed-scheme to typed-racket collection. 2011-09-03 20:49:39 -04:00
utils.rkt Fix Typed Racket build with contracts enabled. 2012-04-06 10:24:49 -04:00