Typed Racket
Go to file
Asumu Takikawa 23b147607f Remove code that handles #<undefined> in TR
TR no longer needs to handle #<undefined> because the value
no longer leaks out from uninitialized variables. However, uses
of uninitialized variables are not caught by TR (they are treated
like errors from the `error` function).

original commit: 715d596e47b7c5cbd7b17ff36ceea73678c7071f
2014-04-28 14:14:00 -04:00
pkgs/typed-racket-pkgs Remove code that handles #<undefined> in TR 2014-04-28 14:14:00 -04:00