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

T7545.hs:8:9:
    Method signature does not match class; it should be
      f :: forall b1. (a -> b) -> b1
    In the instance declaration for `C (a -> b)'