summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T15324.stderr
blob: 0879fff9d350c0d21d25c5cfd875b00d917481ae (plain)
1
2
3
4
5
6
T15324.hs:(5,2)-(7,7): Splicing declarations
    [d| f :: forall a. (Show a => a) -> a
        f _ = undefined |]
  ======>
    f :: forall a. (Show a => a) -> a
    f _ = undefined