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

T10351.hs:7: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 -> ()