racket / htdp

Other
93 stars 70 forks source link

fix type env for `check-expect` and others #98

Closed bennn closed 4 years ago

bennn commented 4 years ago

The internal helper for check-expect returns a boolean, not void.

(Technically this fixes an unsoundness in typed racket, but I don't think the unsoundness can lead to a problem)