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

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