racket/collects/typed-racket/env
Eric Dobson 01a88f8db1 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.
2013-05-25 13:01:02 -07:00
..
env-req.rkt A whole bunch of missing newlines at EOFs (and a few other spaceages). 2012-10-19 06:47:24 -04:00
global-env.rkt Replace uses of Type? with Type/c?. 2013-01-15 12:23:42 -05:00
index-env.rkt Minor refactorings. 2012-06-25 18:07:45 -04:00
init-envs.rkt Refactor and move a macro to a helper library 2012-11-30 17:37:33 -05:00
lexical-env.rkt Massive cleanup of requriements in TR. 2013-05-15 23:18:29 -07:00
mvar-env.rkt A whole bunch of missing newlines at EOFs (and a few other spaceages). 2012-10-19 06:47:24 -04:00
scoped-tvar-env.rkt Make scoped type vars work only for explict Alls and annotations. 2013-05-25 13:01:02 -07:00
tvar-env.rkt Fix unsound type variable scoping 2012-12-13 17:54:58 -05:00
type-alias-env.rkt Revise type environment propagation to use submodules. 2012-07-10 12:49:27 -04:00
type-env-structs.rkt Massive cleanup of requriements in TR. 2013-05-15 23:18:29 -07:00
type-name-env.rkt Refactor to use syntax/id-table 2012-12-13 17:54:58 -05:00