Thanks a lot, that's perfectly clear and worked for me!

I'll go with main.rkt though, because requiring the package is simpler this 
way.

-
Sergiu

On Tuesday, December 22, 2020 at 3:46:03 PM UTC+1 Ben Greenman wrote:

> > Is it correct that calling the main file of the package something else 
> than
> > main.rkt is bad style, unsupported by Scribble?
>
> It's okay to call the main file something else, but you'll have to
> tell Scribble about it.
>
> Right now, I guess you have a @defmodule[typed-compose]{....}
> somewhere. That would tell Scribble that the defprocs below come from
> typed-compose/main.rkt
>
> If the main module is typed-compose.rkt, then a
> @defmodule[typed-compose/typed-compose]{....} should fix the broken
> links.
> (And, it'll tell readers how to require the things below.)
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/36f2a486-432b-41c7-b395-37f30f7a3d27n%40googlegroups.com.

Reply via email to