typed-racket/typed-racket-lib
Asumu Takikawa b5dc5585be Fix part of GH issue #208
For private `define-values` in classes with multiple variables, don't
eagerly throw type errors in the synthesis step. Instead, wait
until the later checking step when the environment will be correctly
set up.

When the initial synthesis typecheck fails, yield type Any for
the environment. If the typecheck should really fail, this is ok. If
not, then the user can add a type annotation.

A better long-term strategy is to change the handling of environments
so that the type environment gets refined as definitions are checked.
This way all annotations that the user writes are factored into the
initial environment and unannotated variables will have their types
synthesized.
2015-10-20 14:06:32 -04:00
..
typed Add a typed/racket/unsafe library. 2015-09-29 18:48:08 -04:00
typed-racket Fix part of GH issue #208 2015-10-20 14:06:32 -04:00
info.rkt Bump version for typed/racket/unsafe addition 2015-09-30 15:37:02 -04:00
LICENSE.txt Remove extra directories. 2014-12-02 00:53:36 -05:00