summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_run/T7861.stderr
blob: 4f2b6230b0b6a4211e3fcff4549ca4ee99b58c33 (plain)
1
2
3
4
5
6
7
8
9
10
T7861: T7861.hs:11:5:
    Couldn't match type ‛a’ with ‛[a]’
      ‛a’ is a rigid type variable bound by
          the type signature for f :: A a -> a at T7861.hs:10:6
    Expected type: A a -> a
      Actual type: A a -> [a]
    Relevant bindings include f :: A a -> a (bound at T7861.hs:11:1)
    In the expression: doA
    In an equation for ‛f’: f = doA
(deferred type error)