Re: [racket] scribble and require

2010-12-29 Thread Stephen Bloch
On Dec 29, 2010, at 11:16 PM, Matthew Flatt wrote: > I think you want to just remove the `picturing-programs/tiles' and > `picturing-programs/io-stuff' for-label imports, since they're covered > by `picturing-programs/main', and `picturing-programs/main' connects > with the documented source modu

Re: [racket] scribble and require

2010-12-29 Thread Matthew Flatt
Since you have @defmodule[picturing-programs] then you're documenting the forms as exported by `picturing-programs'. But you also have (for-label racket picturing-programs/main picturing-programs/io-stuff picturing-programs/tiles) which brings some