[racket] scribble/manual exports racket bindings for-label?

From: Asumu Takikawa (asumu at ccs.neu.edu)
Date: Tue Jan 27 14:59:11 EST 2015

Hi Alex,

On 2015-01-26 22:32:48 -0500, Alexander D. Knauth wrote:
> Gives me this error:
> . module: identifier already imported for label from a different source in:
>   for
>   typed/racket
>   typed/racket

I think you need to do

  (require (for-label (only-meta-in 0 typed/racket)))

as explained in the discussion thread for this bug report:

  http://bugs.racket-lang.org/query/?cmd=view%20audit-trail&database=default&pr=14068

Since this confusing error case has come up at least twice, is there
something we can do to make it less confusing? Maybe document it in
Typed Racket's docs or maybe the error message could provide more
information?

Cheers,
Asumu

Posted on the users mailing list.