[racket] interaction between (require racket) and check-expect
Hi --
My students noticed that certain check-expect tests stop working in the presence of (require racket). For example, the check-expect in this three-line file fails under ISλ:
(require racket)
(define-struct foo (x))
(check-expect (make-foo 0) (make-foo 0))
Why is this happening?
Thanks -- Adam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20111105/d05214ff/attachment.html>