10 Dec
2001
10 Dec
'01
2:37 a.m.
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
10 Dec
10 Dec
7:25 a.m.
Thanks for reporting this. It's clearly permitted by the Report & Hugs has been updated accordingly. --sigbjorn ----- Original Message ----- From: "Ian Lynagh" <igloo@earth.li> To: <hugs-bugs@haskell.org> Sent: Sunday, December 09, 2001 10:37 Subject: Export list (,) not allowed
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
8999
Age (days ago)
8999
Last active (days ago)
1 comments
2 participants
participants (2)
-
Ian Lynagh -
Sigbjorn Finne