Closed bennn closed 4 years ago
The internal helper for check-expect returns a boolean, not void.
check-expect
(Technically this fixes an unsoundness in typed racket, but I don't think the unsoundness can lead to a problem)
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)