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