[racket] #lang/module equivalence
Problem solved, then -- thanks!
On Tue, Aug 3, 2010 at 11:37 AM, Carl Eastlund <cce at ccs.neu.edu> wrote:
> On Tue, Aug 3, 2010 at 11:31 AM, Shriram Krishnamurthi <sk at cs.brown.edu> wrote:
>> Sadly, no:
>>
>>> (module M lang/htdp-advanced (check-expect 1 2) (check-expect 2 2))
>> . check-expect: found a test that is not at the top level in: (check-expect 1 2)
>
> Huh. I just tried it, and it doesn't do that on my end. I'm using
> 5.0.1.2 from fairly recent git sources; not sure if there was a recent
> change or if something else is going on.
>
> --Carl
>