[racket-users] Re: Problems with 'provide'

2015-12-23 Thread JCG
looking at your output, it seems clear that the first (require "./util.rkt") was subjected to (read) but not evaluated. Otherwise, the second line would be a prompt instead of the echoed s-expression. Check your .racketrc file. -- You received this message because you are subscribed to the

[racket-users] Re: Problems with 'provide'

2015-12-23 Thread David Storrs
Nope, only one. And I checked to make sure I was in the right directory. On Wednesday, December 23, 2015, Robby Findler wrote: > Is it possible you have two util.rkt files and you are in the wrong > directory? > > Robby > > On Wednesday, December 23, 2015, David Storrs > wrote: > >> Hi folks, >