[racket] #lang/module equivalence

From: Shriram Krishnamurthi (sk at cs.brown.edu)
Date: Tue Aug 3 13:12:58 EDT 2010

REPL.  (The "> "'s are the REPL prompt.)

Shriram

On Tue, Aug 3, 2010 at 11:51 AM, Jay McCarthy <jay.mccarthy at gmail.com> wrote:
> Are you writing this module in the REPL or in the Definitions window
> and hitting "Run"?
>
> I see the behavior you do when I put it in the REPL but not in the
> Definitions window.
>
> Jay
>
> On Tue, Aug 3, 2010 at 9: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)
>> _________________________________________________
>>  For list-related administrative tasks:
>>  http://lists.racket-lang.org/listinfo/users
>>
>
>
>
> --
> Jay McCarthy <jay at cs.byu.edu>
> Assistant Professor / Brigham Young University
> http://teammccarthy.org/jay
>
> "The glory of God is Intelligence" - D&C 93
>


Posted on the users mailing list.