
12 Sep
2002
12 Sep
'02
9:51 a.m.
Quite right - the export spec for that type should
now be honoured.
thanks,
--sigbjorn
----- Original Message -----
From: "Ross Paterson"
This succeeds, but shouldn't:
module A(T) where data T = Foo
module B where import A(T(..)) f = Foo