summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/TH_genEx.stderr
blob: 843959f6931e0bfa59e400da20001553a1459b3b (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