multiple module program fails compile

J. Garrett Morris jgmorris at cs.pdx.edu
Mon Nov 15 10:39:12 EST 2010


On Sat, Nov 13, 2010 at 8:20 AM, Larry Evans <cppljevans at suddenlink.net> wrote:
> The attached program fails to compile

To the best of my knowledge, GHC doesn't support defining multiple
modules in the same file.  If you move each module to its own file, it
should compile.

 /g

-- 
"I’m surprised you haven’t got a little purple space dog, just to ram
home what an intergalactic wag you are."


More information about the Glasgow-haskell-users mailing list