[racket] Racket v5.3

From: Rodolfo Carvalho (rhcarvalho at gmail.com)
Date: Tue Aug 7 19:36:08 EDT 2012

Hi,

On Tue, Aug 7, 2012 at 7:03 PM, Ray Racine <ray.racine at gmail.com> wrote:

> Looks like I'm still missing something.
> Built off of GIT master.  About Racket shows.
> Welcome to DrRacket, version 5.3.0.17--2012-08-07(c03daba7/d/list)
>
> ====
> #lang typed/racket
>
> (module zoo typed/racket
>   (provide tiger)
>
>   (: tiger String)
>   (define tiger "Tony"))
>
> (require 'zoo)
>
> tiger
> ====
>
> . . ../../usr/local/racket/collects/typed-racket/env/env-req.rkt:9:4:
> standard-module-name-resolver: contract violation
>   expected: module-path?
>   given: '(submod (submod 'anonymous-module zoo) #%type-decl)
>
>
>
I ran that code with DrRacket 5.3 (windows 32-bit installer) and got an
equivalent message. I tried saving the file but it didn't help.

Was that supposed to work?

[]'s

Rodolfo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20120807/7bed123c/attachment.html>

Posted on the users mailing list.