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

T10351.hs:6:1: error:
    • Non type-variable argument in the constraint: C [a]
      (Use FlexibleContexts to permit this)
    • When checking the inferred type
        f :: forall {a}. C [a] => a -> ()