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

tcfail135.hs:6:23: error: [GHC-83865]
    • 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’