summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer/T13942.stdout
blob: f40a71bf0f686982da32e3178b6648080f953b43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
T13942.hs:(5,2)-(7,7): Splicing declarations
    [d| f :: Either Int (Int -> Int)
        f = undefined |]
  ======>
    f :: Either Int (Int -> Int)
    f = undefined
T13942.ppr.hs:(4,2)-(5,23): Splicing declarations
    [d| f :: Either Int (Int -> Int)
        f = undefined |]
  ======>
    f :: Either Int (Int -> Int)
    f = undefined