Export list (,) not allowed

Ian Lynagh igloo@earth.li
Sun, 9 Dec 2001 18:37:44 +0000


With this module:

    module Foo (,) where

    foo = 0

hugs gives me:

    ERROR tt.lhs:2 - Syntax error in module definition (unexpected comma)

while the report (and GHC) allow it. hugs seems to be OK with import
lists.


Thanks
Ian