Typed Racket
Go to file
Asumu Takikawa fed9ac40eb Adjust the recursive type alias registration pass
Instead of registering aliases before we find out if they are
recursive or not, register them after that information is found.
That avoids spurious aliases that end up in the type name
environment without the need for a `remove-type-name` operation.
2015-02-23 15:38:28 -05:00
source-syntax Remove extra directories. 2014-12-02 00:53:36 -05:00
typed-racket Remove extra directories. 2014-12-02 00:53:36 -05:00
typed-racket-compatibility Remove extra directories. 2014-12-02 00:53:36 -05:00
typed-racket-doc Add typed/srfi/19 to typed-racket-more 2015-02-09 17:33:14 -05:00
typed-racket-lib Adjust the recursive type alias registration pass 2015-02-23 15:38:28 -05:00
typed-racket-more Add missing type signatures for net/uri-codec 2015-02-13 15:48:16 -07:00
typed-racket-test Handles expansion of internal forms inside splicing-syntax-parameterize 2015-02-21 15:40:23 -05:00
.gitignore Add standard .gitignore file. 2014-12-06 17:46:25 -05:00
.travis.yml Try a smaller install. 2014-12-12 17:59:21 -05:00