racket/collects/typed/scheme
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
..
base
lang
no-check/lang
base.rkt Support definitions of keyword functions in Typed Racket. 2012-06-02 18:22:07 -04:00
no-check.rkt
system.rkt