Typed Racket history for 6.6.

This commit is contained in:
Sam Tobin-Hochstadt 2016-07-18 10:20:00 -04:00
parent d1df2881ea
commit 5cc02a7592

View File

@ -1,3 +1,11 @@
6.6
- Warn on opaque values passed to `any-wrap/c`. This will become an
error in the future.
- Added intersection types.
- Add typed/syntax/{modread,srcloc,readerr}
- Improve type & contract serialization and avoid pconvert.
- Check source type in `cast` (potential incompatibility)
- Internal: rename "filter" to "prop"
6.5
- Added `simple-result->` to improve generated contract performance.
- Improve error message printing.