[racket] request for "check"

From: Adam Shaw (adamshaw at cs.uchicago.edu)
Date: Tue Nov 4 20:43:10 EST 2014

Glad to see "check-satisfied" enter the pantheon. A request:

"check": test passes if expression(s) evaluate to true, otherwise fails.

ex: (check (ascending? (sort list)))

ex: (check (> x 0) (< y 0))

Cheers -ams


Posted on the users mailing list.