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