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