summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T12530.stderr
blob: 7398b32df14860cd10fe95f7c926c1e284937522 (plain)
1
2
3
4
5
6
7
8
9
10
T12530.hs:(8,2)-(15,7): Splicing declarations
    [d| f :: Maybe Int -> Maybe Int
        f = id @(Maybe Int)
        g :: forall a. a
        g = undefined @(_) @(a) |]
  ======>
    f :: Maybe Int -> Maybe Int
    f = id @(Maybe Int)
    g :: forall a. a
    g = undefined @_ @a