[racket] Submodules can't be imported in same file?

From: Sean Kanaley (skanaley at gmail.com)
Date: Fri Sep 5 16:11:43 EDT 2014

(reply to all)
Right but that doesn't work from within the file, only at REPL or another
file.

#lang racket
(module+ invisible
  (provide x)
  (define x 3))

(require (submod "." invisible))

doesn't work
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20140905/f60028d9/attachment.html>

Posted on the users mailing list.