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

tcfail099.hs:9:20: error:
    • Couldn't match expected type ‘a’ with actual type ‘p’
        because type variable ‘a’ would escape its scope
      This (rigid, skolem) type variable is bound by
        a pattern with constructor: C :: forall a. (a -> Int) -> DS,
        in an equation for ‘call’
        at tcfail099.hs:9:7-9
    • In the first argument of ‘f’, namely ‘arg’
      In the expression: f arg
      In an equation for ‘call’: call (C f) arg = f arg
    • Relevant bindings include
        arg :: p (bound at tcfail099.hs:9:12)
        f :: a -> Int (bound at tcfail099.hs:9:9)
        call :: DS -> p -> Int (bound at tcfail099.hs:9:1)