summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/T2693.stderr
blob: f9485d1d42f8ed188d5c491343149fcd45550496 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44

T2693.hs:12:15: error:
    • Couldn't match expected type ‘(a8, b1)’ with actual type ‘TFn a6’
      The type variables ‘a6’, ‘a8’, ‘b1’ are ambiguous
    • In the first argument of ‘fst’, namely ‘x’
      In the first argument of ‘(+)’, namely ‘fst x’
      In the expression: fst x + fst x
    • Relevant bindings include n :: a8 (bound at T2693.hs:12:7)

T2693.hs:12:23: error:
    • Couldn't match expected type ‘(a8, b2)’ with actual type ‘TFn a7’
      The type variables ‘a7’, ‘a8’, ‘b2’ are ambiguous
    • In the first argument of ‘fst’, namely ‘x’
      In the second argument of ‘(+)’, namely ‘fst x’
      In the expression: fst x + fst x
    • Relevant bindings include n :: a8 (bound at T2693.hs:12:7)

T2693.hs:19:15: error:
    • Couldn't match expected type ‘(a5, b0)’ with actual type ‘TFn a2’
      The type variables ‘a2’, ‘a5’, ‘b0’ are ambiguous
    • In the first argument of ‘fst’, namely ‘x’
      In the first argument of ‘(+)’, namely ‘fst x’
      In the expression: fst x + snd x
    • Relevant bindings include n :: a5 (bound at T2693.hs:19:7)

T2693.hs:19:23: error:
    • Couldn't match expected type ‘(a4, a5)’ with actual type ‘TFn a3’
      The type variables ‘a3’, ‘a4’, ‘a5’ are ambiguous
    • In the first argument of ‘snd’, namely ‘x’
      In the second argument of ‘(+)’, namely ‘snd x’
      In the expression: fst x + snd x
    • Relevant bindings include n :: a5 (bound at T2693.hs:19:7)

T2693.hs:29:20: error:
    • Couldn't match type ‘TFn a0’ with ‘PVR a1’
      Expected type: () -> Maybe (PVR a1)
        Actual type: () -> Maybe (TFn a0)
      The type variables ‘a0’, ‘a1’ are ambiguous
    • In the first argument of ‘mapM’, namely ‘g’
      In a stmt of a 'do' block: pvs <- mapM g undefined
      In the expression:
        do pvs <- mapM g undefined
           let n = (map pvrX pvs) `min` (map pvrX pvs)
           undefined