Re: [racket-users] Scribble and main.rkt

2020-12-22 Thread unlimitedscolobb
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 >

Re: [racket-users] Scribble and main.rkt

2020-12-22 Thread Ben Greenman
> 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

[racket-users] Scribble and main.rkt

2020-12-21 Thread unlimitedscolobb
Hello, This is mainly a question out of curiosity, because I think I figured out how to do what I want. I'm setting up a small (8 functions and 2 macros) package called typed-compose. I called the main file typed-compose.rkt (not main.rkt) and put the following in the preamble of