typed-racket/typed-racket-lib/typed-racket/base-env
Sam Tobin-Hochstadt a9ae85d3fd Fix #378 more comprehensively. (#453)
The previous fix relied on finding and manipulating all dead code.
But we missed some; in particular code of the form:

    (begin (error 'x) ...dead...)

So switch to a different strategy that tolerates untraversed
dead code.
2016-11-05 13:11:25 -04:00
..
ann-inst.rkt new representation scheme for typed racket internals 2016-10-21 14:24:27 -04:00
annotate-classes.rkt Significantly reduce dependencies. 2015-04-03 12:50:55 -04:00
base-contracted.rkt Remove extra directories. 2014-12-02 00:53:36 -05:00
base-env-indexing-abs.rkt Add types for recent functions moved from unstable 2015-07-28 14:49:26 -04:00
base-env-indexing.rkt Remove extra directories. 2014-12-02 00:53:36 -05:00
base-env-numeric.rkt new representation scheme for typed racket internals 2016-10-21 14:24:27 -04:00
base-env.rkt simplify hash-count's type 2016-10-28 17:15:00 -04:00
base-special-env.rkt accomodate a revised expansion of mandatory keyword arguments 2016-08-07 15:58:40 -06:00
base-structs.rkt Add the rest of Racket's exn hierarchy 2016-02-21 12:20:40 -05:00
base-types-extra.rkt Add and document row-inst form, Row syntax 2016-07-21 18:29:30 -04:00
base-types.rkt Support environment variable procedures. 2016-07-08 16:27:16 -04:00
case-lambda.rkt Reduce more dependencies. 2015-03-19 21:41:58 -04:00
class-clauses.rkt Remove extra directories. 2014-12-02 00:53:36 -05:00
class-prims.rkt filter -> prop 2016-04-25 18:36:12 -04:00
colon.rkt Move syntax-length to TR. 2015-08-05 13:13:51 -05:00
env-lang.rkt filter -> prop 2016-04-25 18:36:12 -04:00
extra-env-lang.rkt Factor out type alias error helper 2016-06-22 18:53:04 -04:00
extra-procs.rkt Remove extra directories. 2014-12-02 00:53:36 -05:00
for-clauses.rkt Reduce more dependencies. 2015-03-19 21:41:58 -04:00
prims-contract.rkt Fix #378 more comprehensively. (#453) 2016-11-05 13:11:25 -04:00
prims-struct.rkt Add missing source locations. 2016-09-28 13:27:12 -05:00
prims.rkt Add and document row-inst form, Row syntax 2016-07-21 18:29:30 -04:00
signature-prims.rkt Initial support for typed units in typed racket. 2015-09-10 16:32:11 -05:00
top-interaction.rkt new representation scheme for typed racket internals 2016-10-21 14:24:27 -04:00
type-env-lang.rkt Changed how arguments and other pieces of information are printed, to follow the error message conventions, as suggested by samth in PR #250 . 2016-03-01 15:19:09 -06:00
type-name-error.rkt Factor out type alias error helper 2016-06-22 18:53:04 -04:00
unit-prims.rkt Initial support for typed units in typed racket. 2015-09-10 16:32:11 -05:00