summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T15331.stderr
blob: dee7e8c8d04964840b1027488f0d6b0b99fa3a25 (plain)
1
2
3
4
5
6
T15331.hs:(7,2)-(9,7): Splicing declarations
    [d| f :: Proxy (Int -> Int)
        f = Proxy @(Int -> Int) |]
  ======>
    f :: Proxy (Int -> Int)
    f = Proxy @(Int -> Int)