
12 Sep
2002
12 Sep
'02
8:42 a.m.
This succeeds, but shouldn't: module A(T) where data T = Foo module B where import A(T(..)) f = Foo