Hi all,

I have a file main.scrbl in the same directory as a file main.rkt. In the 
.scrbl file, I have

(require (for-label "main.rkt"))

and several defproc and defstruct* forms. For some reason, one of my defstruct* 
forms works as expected, while all of the other defstruct* and defproc forms 
produce undefined-tag warnings (when I build the docs via raco setup), and 
compile to a red-underlined name in the resulting HTML.

In DrRacket, mousing over the struct names in main.scrbl, I see a pink arrow 
with a question mark pointing from the for-label line to the struct name, and 
DrRacket correctly reports that the struct name’s binding is imported from 
main.rkt.

What might I be missing, that could be causing undefined-tag errors?

Thanks,
jmj

-- 
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 racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to