RE: Multiple modules in a file

2001-04-02 Thread Alastair Reid
> I don't seem to be able have multiple modules in one file (at least > for hugs and ghc). As far as I know, the only compiler that ever supported this was the Yale compiler (which is no longer maintained and probably hard to track down). The current trend is to put each module in a file by

Multiple modules in a file

2001-04-01 Thread andrew
Hi, I don't seem to be able have multiple modules in one file (at least for hugs and ghc). The gentle intro says that there is no restriction and I can't find any mention in the ghc jobs (apart from a recommendation to name a file after the module it contains to help make). It's not a desperat