[Haskell-cafe] Modules and files

2004-06-14 Thread Andrei de A. Formiga
Hi, Is it possible to have more than one module defined in a single file ? As far as I can tell, the Haskell Report doesn't prohibit this, but so far my tests with hugs and ghc indicate they don't accept multi-module files. Is this standard ? Thanks. --- []s, Andrei de A. Formiga

Re: [Haskell-cafe] Modules and files

2004-06-14 Thread Iavor S. Diatchki
hello, according to the report there should be no connection between modules and files, and one should be able to have multiple modules in a file, and even a single module in multiple files. however none of the implementations support that, so in effect there is 1-1 correspondence between