summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail135.stderr
blob: 50186b6178b6f3c9ff99efd912d86e783f10d5e1 (plain)
1
2
3
4
5
6
7

tcfail135.hs:6:23: error:
    • Expecting one more argument to ‘f’
      Expected a type, but ‘f’ has kind ‘k0 -> *’
    • In the type signature:
        baa :: f a -> f
      In the class declaration for ‘Foo’