summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T7545.stderr
blob: a1f2853fc997393c8d8ad0d635555a8769b9c5a2 (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)’