summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T7241.stderr
blob: 1681b45f51db5d4bf9943238baeb1fec0206fa84 (plain)
1
2
3
4
5
6
7
8

T7241.hs:7:2: error:
    Same exact 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
      Probable cause: you bound a unique Template Haskell name (NameU),
      perhaps via newName, in different name-spaces.
      If that's it, then -ddump-splices might be useful