Hiyas


With the module

    {
     main = undefined
     foo = 5
    }

and with the module

    module Foo where {
     foo = 5
     bar = 6
    }

I get

    tt.hs:4: parse error on input `='


Thanks
Ian


_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to