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