[racket] Cyclic data structures in Typed Racket

From: Sam Tobin-Hochstadt (samth at cs.indiana.edu)
Date: Tue Sep 30 09:02:53 EDT 2014

On Tue, Sep 30, 2014 at 8:50 AM, Konrad Hinsen
<konrad.hinsen at fastmail.net> wrote:
>
> If I convert the outer module to plain Racket and use a plain require,
> this works fine. Are the rules for module references different in
> Typed Racket?


No, there's a problem with submodules and Typed Racket. I recommend
just using separate files.

Sam

Posted on the users mailing list.