summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/TH_genEx.stderr
blob: 8f2d5926e9d4900f2d3f4fce7932fd3fababd521 (plain)
1
2
3
4
5
TH_genEx.hs:13:3-30: Splicing declarations
    genAny (reify ''MyInterface)
  ======>
    data AnyMyInterface1111
        = forall a. MyInterface a => AnyMyInterface1111 a