10 Sep
2002
10 Sep
'02
5:21 p.m.
Thanks, now fixed.
--sigbjorn
----- Original Message -----
From: "Ross Paterson"
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.