racket/collects/typed-racket/utils
Matthew Flatt 0197902309 add var-ref->mod-decl-insp' and switch cur-code-insp' uses
Macros and other tools that need syntax privilege used
`(current-code-inspector)' at the module top-level to try to
capture the right code inspector at load time. It's more
consistent to instead use the enclosing module's declaration-time
inspector, and `var-ref->mod-decl-insp' provides that. The
new function works only on references to anonymous variables,
which limits access to the inspector.

The real function name is longer, of course.
2011-09-20 13:50:36 -06:00
..
any-wrap.rkt Move typed-scheme to typed-racket collection. 2011-09-03 20:49:39 -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
require-contract.rkt Move typed-scheme to typed-racket collection. 2011-09-03 20:49:39 -04:00
stxclass-util.rkt Move typed-scheme to typed-racket collection. 2011-09-03 20:49:39 -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 Revert "Re-enable timing" 2011-09-03 20:51:35 -04:00