blob: 2d0f617074bd712526150b6cb8f2a86e6aad0d37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
T13942.hs:(5,3)-(7,6): Splicing declarations
[d| f :: Either Int (Int -> Int)
f = undefined |]
======>
f :: Either Int (Int -> Int)
f = undefined
T13942.ppr.hs:(4,3)-(5,22): Splicing declarations
[d| f :: Either Int (Int -> Int)
f = undefined |]
======>
f :: Either Int (Int -> Int)
f = undefined
|