summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T2182.stderr
blob: 770135a3380c7609d14ed99c58a0a153328bf91a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

T2182.hs:5:5: error:
    • No instance for (Show (p1 -> p1)) arising from a use of ‘show’
        (maybe you haven't applied a function to enough arguments?)
    • In the expression: show (\ x -> x)
      In an equation for ‘y’: y = show (\ x -> x)

T2182.hs:6:5: error:
    • No instance for (Eq (p0 -> p0)) arising from a use of ‘==’
        (maybe you haven't applied a function to enough arguments?)
    • In the expression: (\ x -> x) == (\ y -> y)
      In an equation for ‘z’: z = (\ x -> x) == (\ y -> y)

T2182.hs:5:5: error:
    • No instance for (Show (p1 -> p1)) arising from a use of ‘show’
        (maybe you haven't applied a function to enough arguments?)
    • In the expression: show (\ x -> x)
      In an equation for ‘y’: y = show (\ x -> x)

T2182.hs:6:5: error:
    • No instance for (Eq (p0 -> p0)) arising from a use of ‘==’
        (maybe you haven't applied a function to enough arguments?)
    • In the expression: (\ x -> x) == (\ y -> y)
      In an equation for ‘z’: z = (\ x -> x) == (\ y -> y)