summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail198.stderr
blob: 66c8438dc4406f4033c2eb60f3486b9f83dfe306 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

tcfail198.hs:6:36: error:
    • Couldn't match expected type ‘a1’ with actual type ‘a’
      ‘a1’ is a rigid type variable bound by
        an expression type signature:
          forall a1. a1
        at tcfail198.hs:6:41
      ‘a’ is a rigid type variable bound by
        the inferred type of f3 :: [a] -> [a]
        at tcfail198.hs:6:1-44
    • In the expression: x :: a
      In the second argument of ‘(++)’, namely ‘[x :: a]’
      In the expression: xs ++ [x :: a]
    • Relevant bindings include
        xs :: [a] (bound at tcfail198.hs:6:21)
        x :: a (bound at tcfail198.hs:6:19)
        f3 :: [a] -> [a] (bound at tcfail198.hs:6:6)