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

T1633.hs:6:18:
    Kind mis-match
    The first argument of `Functor' should have kind `* -> *',
    but `Bool' has kind `*'
    In the instance declaration for `Functor Bool'