blob: 33fbb5806142bf90df4d22cfec840c174f805d3e (
plain)
1
2
3
4
5
6
7
8
9
|
T7241.hs:7:2: error: [GHC-81573]
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.
|