blob: a46daa2c251060b6c9532ee1bbfa5a72306e3974 (
plain)
1
2
3
4
5
6
7
8
9
|
T7241.hs:7:2: error:
Same Name in multiple name-spaces:
type constructor or class ‘Foo’, declared at: T7241.hs:7:2
data constructor ‘Foo’, declared at: T7241.hs:7:2
Suggested fix:
If you bound a unique Template Haskell name (NameU)
perhaps via newName,
then -ddump-splices might be useful.
|