summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail135.stderr
blob: 37274283ed008bc77fa91ee1d561ed2f9d3e3929 (plain)
1
2
3
4
5
6

tcfail135.hs:6:23:
    `f' is not applied to enough type arguments
    Expected kind `?', but `f' has kind `k0 -> *'
    In the type `f a -> f'
    In the class declaration for `Foo'