racket/collects/typed-racket/types
Asumu Takikawa fd33584b6f Cut off type printing with :type at one level
Makes types print nicer with :type in most cases.
Previously, the printer expanded type aliases as much
as possible. Now, it defaults to a single level of expansion.
A later commit adds a #:verbose option to show the entire
type.
2013-05-20 16:14:14 -04:00
..
abbrev.rkt Massive cleanup of requriements in TR. 2013-05-15 23:18:29 -07:00
base-abbrev.rkt Fix subtyping of (ListDots t 'a) <: (Listof t). 2013-04-24 21:08:18 -07:00
current-seen.rkt Add contract for seen parameter. 2013-05-08 15:25:02 -04:00
filter-ops.rkt Massive cleanup of requriements in TR. 2013-05-15 23:18:29 -07:00
generalize.rkt Removed convenience.rkt from typed racket. 2012-08-07 15:50:50 -04:00
kw-types.rkt Fix types of system etc for new keyword arguments. 2013-04-18 21:01:56 -04:00
match-expanders.rkt Terminate typechecking on cyclic lists. 2013-04-13 20:23:19 -07:00
numeric-predicates.rkt Added inline hint around `index?' definition; my own timing suggests 2x speedup 2012-07-09 19:15:35 -07:00
numeric-tower.rkt Massive cleanup of requriements in TR. 2013-05-15 23:18:29 -07:00
printer.rkt Cut off type printing with :type at one level 2013-05-20 16:14:14 -04:00
remove-intersect.rkt Make overlap more precise. 2013-02-08 11:19:10 -05:00
resolve.rkt Massive cleanup of requriements in TR. 2013-05-15 23:18:29 -07:00
substitute.rkt Massive cleanup of requriements in TR. 2013-05-15 23:18:29 -07:00
subtype.rkt Massive cleanup of requriements in TR. 2013-05-15 23:18:29 -07:00
tc-error.rkt Fix the fix to TR contracts. 2013-02-25 20:10:14 -05:00
tc-result.rkt Remove tc-results? and other minor improvements. 2013-01-23 18:15:21 -05:00
type-table.rkt Add tc-any-results as new result-type. 2013-01-23 16:41:09 -05:00
union.rkt Add a simple-Union and Bottom, and have code use them. 2013-02-14 18:24:52 -05:00
utils.rkt Make PolyDots be subtypes even if they have different fixed arguments. 2013-03-13 22:29:41 -07:00