racket/collects/typed-racket
Asumu Takikawa 664a370a1b Cue user about unexpanded type aliases
This tells the user that more type aliases are
available for expansion. For example, (Listof Number)
has the alias Number still unexpanded into the union
that it represents.
(cherry picked from commit 19c5d3eaad)
2013-07-08 10:34:10 -04:00
..
base-env Make require/typed work at top-level 2013-07-08 10:34:09 -04:00
env
infer
minimal/lang
optimizer Have Optimization Coach report unsound float division missed optimizations. 2013-04-04 15:31:50 -04:00
private Fix parsing of (Struct ...) types. 2013-07-08 10:34:10 -04:00
rep Fix contracts in TR. 2013-04-04 07:43:08 -07:00
scribblings Fix docs for Opaque 2013-07-08 10:34:08 -04:00
typecheck Fix regression for (begin) and simplify 2013-07-08 10:34:10 -04:00
types Cue user about unexpanded type aliases 2013-07-08 10:34:10 -04:00
utils Make require/typed work at top-level 2013-07-08 10:34:09 -04:00
core.rkt Cue user about unexpanded type aliases 2013-07-08 10:34:10 -04:00
info.rkt
language-info.rkt
minimal.rkt
tc-setup.rkt Cut off type printing with :type at one level 2013-07-08 10:34:10 -04:00
typed-racket.rkt Turn dynamic-requires into lazy-requires in TR. 2013-04-03 09:49:40 -07:00
typed-reader.rkt