Typed Racket
Go to file
Georges Dupéron ce4a2b3d36 Improved error messages given by typed/racket, by always including the type name and arguments in the error message.
When a typing error is located inside macro-expanded code, a message such as “wrong number of arguments to polymorphic type: expected 1 and got 2” does not help much in locating which instantiation is wrong.
2015-12-29 17:35:32 -05:00
source-syntax Remove extra directories. 2014-12-02 00:53:36 -05:00
typed-racket Bump version for typed/racket/unsafe addition 2015-09-30 15:37:02 -04:00
typed-racket-compatibility Ugh, typo. 2015-12-18 17:09:58 -06:00
typed-racket-doc Temporarily disable examples until #264 is fixed 2015-12-20 17:04:55 -05:00
typed-racket-lib Improved error messages given by typed/racket, by always including the type name and arguments in the error message. 2015-12-29 17:35:32 -05:00
typed-racket-more Succcessfully typecheck new rackunit test-begin expansion. 2015-12-21 19:46:21 -05:00
typed-racket-test Reorganize the TR testing files, and add progress output. 2015-12-29 16:43:25 -05:00
.gitignore Add standard .gitignore file. 2014-12-06 17:46:25 -05:00
.travis.yml test docs-complete on Travis CI 2015-08-17 01:08:07 -04: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.