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

tcfail198.hs:6:36: error:
    • Couldn't match expected type ‘a1’ with actual type ‘a’
        because type variable ‘a1’ would escape its scope
      This (rigid, skolem) type variable is bound by
        an expression type signature:
          a1
        at tcfail198.hs:6:41
    • 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)