typed-racket/typed-racket-lib
Sam Tobin-Hochstadt 583ca906b3 Significantly reduce dependencies.
In conjunction with a small change to syntax/parse, this means
that `typed/racket/base` no longer depends on `racket/set`,
`racket/contract/base`, or `racket/generic`.

Timings on my machine go from ~200ms for `#lang typed/racket/base`
as the whole file, to ~100ms. For comparison, `racket/base` is 30ms
and `#lang racket` is 150ms. `#lang typed/racket` is ~200ms with
this change.

Changes include:
 - not using `in-syntax`
 - switching to `syntax/parse/pre`
 - avoiding `template` from `syntax/parse`
2015-04-03 12:50:55 -04:00
..
typed Split prims.rkt to reduce dependencies. 2015-03-18 18:47:49 -04:00
typed-racket Significantly reduce dependencies. 2015-04-03 12:50:55 -04:00
unstable Remove extra directories. 2014-12-02 00:53:36 -05:00
info.rkt Add dependency on 6.2.0.2. 2015-03-19 21:45:15 -04:00
LICENSE.txt Remove extra directories. 2014-12-02 00:53:36 -05:00