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