typed-racket/typed-racket-lib/typed-racket
Asumu Takikawa eb90cd4e8c Add a typed/racket/unsafe library.
Comes with `unsafe-require/typed` and `unsafe-provide`.
These operations do not generate contracts but are not
exported by default by Typed Racket.
2015-09-29 18:48:08 -04:00
..
base-env Add a typed/racket/unsafe library. 2015-09-29 18:48:08 -04:00
env Initial support for typed units in typed racket. 2015-09-10 16:32:11 -05:00
infer fix inference with define-new-subtype 2015-08-15 14:36:45 -05:00
minimal/lang Remove extra directories. 2014-12-02 00:53:36 -05:00
optimizer more missing srclocs 2015-08-22 08:42:14 -04:00
private Add a typed/racket/unsafe library. 2015-09-29 18:48:08 -04:00
rep Fix contract build. 2015-09-11 13:12:49 -05:00
static-contracts Initial support for typed units in typed racket. 2015-09-10 16:32:11 -05:00
typecheck Add a typed/racket/unsafe library. 2015-09-29 18:48:08 -04:00
types Initial support for typed units in typed racket. 2015-09-10 16:32:11 -05:00
utils Add a typed/racket/unsafe library. 2015-09-29 18:48:08 -04:00
core.rkt Add timing for contract generation. 2015-09-11 13:39:03 -05:00
HISTORY.txt Add prefab structs to HISTORY. 2015-04-03 21:33:39 -04:00
info.rkt Remove extra directories. 2014-12-02 00:53:36 -05:00
language-info.rkt Remove extra directories. 2014-12-02 00:53:36 -05:00
minimal.rkt Remove extra directories. 2014-12-02 00:53:36 -05:00
standard-inits.rkt Remove extra directories. 2014-12-02 00:53:36 -05:00
tc-setup.rkt Typecheck the top-level using trampolining macros 2015-08-14 21:25:54 -04:00
typed-racket.rkt Significantly reduce dependencies. 2015-04-03 12:50:55 -04:00
typed-reader.rkt Disable the #{} reader macro if a dispatch macro already exists on #\{ 2015-05-14 14:35:30 -07:00