Thanks, now fixed. --sigbjorn
----- Original Message ----- From: "Ross Paterson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 10, 2002 07:22 Subject: hiding (Stuff(..)) > Hugs accepts the following modules: > > module A(Stuff(Foo, Bar)) where data Stuff = Foo | Bar > > module B(Stuff) where import A hiding(Stuff(..)) > > but Stuff should also be hidden. _______________________________________________ Hugs-Bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/hugs-bugs
