racket/collects/typed-racket/private
Sam Tobin-Hochstadt 962f2472e1 Revamp handling of Any as a contract.
The contract now has two major differences:
 - It raises an error when it would have to wrap.
 - It uses chaperones to delay errors as long as possible

In general, using `Any` as a type when exporting to untyped
code will now just work, unless the untyped code tries to
communicate values back to the typed side, in which case an
immediate error will be raised.

Much of the implementation comes from the membrane design
from [Strickland et al, OOPSLA 2012].
2012-10-05 12:39:11 -04:00
..
parse-classes.rkt Move typed-scheme to typed-racket collection. 2011-09-03 20:49:39 -04:00
parse-type.rkt Removed unused fields in Struct 2012-09-27 16:22:21 -04:00
type-annotation.rkt Track mutable variables across modules. 2012-08-31 17:45:11 -04:00
type-contract.rkt Revamp handling of Any as a contract. 2012-10-05 12:39:11 -04:00
with-types.rkt Replaced infer-dummy with lazy-require. 2012-08-14 16:04:51 -04:00