summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T6022.stderr
blob: 61d44b249779130b22f5a28c2eb9859e88e16d91 (plain)
1
2
3
4
5
6

T6022.hs:3:1: error:
    Non type-variable argument in the constraint: Eq ([a] -> a)
    (Use FlexibleContexts to permit this)
    When checking the inferred type
      f :: forall a. Eq ([a] -> a) => ([a] -> a) -> Bool