Typed Racket
Go to file
Ben Greenman d3efa46003 static-contract: temporary fix for 'Syntax' contract (#617)
Add a case to the static contract optimizer so that contracts
 generated from the `Syntax` type disappear in trusted positions.

This restores the "old" behavior for the `Syntax` type --- the behavior
 before fixing the 'or/c' unsoundness in issue 598.

<https://github.com/racket/typed-racket/issues/598>

Note: this fix is temporary, until the definition of `Syntax` can
 be in terms of _immutable_ vectors & boxes.
2017-10-01 21:02:12 -04:00
source-syntax doc: move source-syntax docs to typed-racket-doc package 2017-09-06 11:15:10 -04:00
typed-racket Use new DrRacket opt-in buttons for OC. 2017-03-09 17:12:49 -06:00
typed-racket-compatibility Use new DrRacket opt-in buttons for OC. 2017-03-09 17:12:49 -06:00
typed-racket-doc Should TR optimizer docs recommend real->double-flonum (#498) 2017-10-01 17:36:23 -04:00
typed-racket-lib static-contract: temporary fix for 'Syntax' contract (#617) 2017-10-01 21:02:12 -04:00
typed-racket-more Subwindow<%> has a method reparent (#507) 2017-10-01 16:06:08 -04:00
typed-racket-test static-contract: temporary fix for 'Syntax' contract (#617) 2017-10-01 21:02:12 -04:00
.gitignore gitignore: vim swapfiles 2017-09-05 16:53:31 -04:00
.travis.yml Remove typed rackunit code and depend on other package (#596) 2017-09-06 11:29:00 +01:00
issue_template.md Create issue_template.md 2016-02-17 14:51:06 -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.