Re: [racket] Module docs - still a problem

2011-04-07 Thread Noel Welsh
Try this: tar zxvf carali.tar.gz cd carali raco planet link schematics carali.plt 1 0 . raco planet create . HTH, N. On Thu, Apr 7, 2011 at 9:11 PM, Noel Welsh wrote: > On Thu, Apr 7, 2011 at 8:58 PM, Mark Carter wrote: >> A previous poster said that the #lang directive created an implicit mod

Re: [racket] Module docs - still a problem

2011-04-07 Thread Noel Welsh
On Thu, Apr 7, 2011 at 8:58 PM, Mark Carter wrote: > A previous poster said that the #lang directive created an implicit module. > However, this doesn't seem to be strictly true, as my function http-get is > automatically "provided" without explicit mention; which is not the same > behaviour as wh

[racket] Module docs - still a problem

2011-04-07 Thread Mark Carter
OK, I'm trying to generate module docs, so I run raco setup but I get raco setup: --- building documentation --- raco setup: error running: (lib carali/http.rkt) dynamic-require: name is not provided: 'doc by module: # raco setup: rendering: scribblings/main/start.scrbl Any clues on this one