Typed Racket
Go to file
Asumu Takikawa 7a09bac1e3 Handle more cases for opt-arg function contracts
Allow more cases that are allowed for ordinary function
contracts and explicitly error instead of internal errors
for other cases.

Closes Github Issue #50
2015-03-17 15:52:21 -04: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 doc examples for the struct form 2015-03-11 13:41:14 -04:00
typed-racket-lib Handle more cases for opt-arg function contracts 2015-03-17 15:52:21 -04:00
typed-racket-more Fix the types for pin-over and pin-under in typed/pict 2015-03-13 16:25:33 -07:00
typed-racket-test Handle more cases for opt-arg function contracts 2015-03-17 15:52:21 -04: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
README.md Fix Travis image URL in the README 2015-02-25 15:17:13 -05:00

Typed Racket

Build Status

Typed Racket is Racket's gradually-typed sister language which lets you add statically-checked type annotations to your programs. For more information, see the Typed Racket Guide.

Installation

Typed Racket is bundled in the default Racket distribution, which you can download from Racket's download page.

You can also manually install it from the main package catalog with the following command:

raco pkg install typed-racket

Documentation

The documentation is also bundled in your local copy of Typed Racket.


Copyright (c) 2010-2015 PLT Design Inc.

This package is distributed under the GNU Lesser General Public License (LGPL). This means that you can link this package into proprietary applications, provided you follow the rules stated in the LGPL. You can also modify this package; if you distribute a modified version, you must distribute it under the terms of the LGPL, which in particular means that you must release the source code for the modified software. See http://www.gnu.org/copyleft/lesser.html for more information.