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

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