racket/collects/typed-racket/env
Eric Dobson 4f0af0de72 Make scoped type vars work only for explict Alls and annotations.
Solves major issue disscussed on PR 13586.
Closes PR 13622.
Solves issue when typechecking lambdas with types like (All (a) Any).
Closes PR 13596.
Closes PR 13539.
Closes PR 13703.
(cherry picked from commit 01a88f8db1)
2013-07-08 10:34:11 -04:00
..
env-req.rkt
global-env.rkt Replace uses of Type? with Type/c?. 2013-01-15 12:23:42 -05:00
index-env.rkt
init-envs.rkt
lexical-env.rkt Massive cleanup of requriements in TR. 2013-07-08 10:34:11 -04:00
mvar-env.rkt
scoped-tvar-env.rkt Make scoped type vars work only for explict Alls and annotations. 2013-07-08 10:34:11 -04:00
tvar-env.rkt Fix unsound type variable scoping 2012-12-13 17:54:58 -05:00
type-alias-env.rkt
type-env-structs.rkt Massive cleanup of requriements in TR. 2013-07-08 10:34:11 -04:00
type-name-env.rkt Refactor to use syntax/id-table 2012-12-13 17:54:58 -05:00