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

T1633.hs:8:18: error:
    Expected kind ‘* -> *’, but ‘Bool’ has kind ‘*’
    In the first argument of ‘Functor’, namely ‘Bool’
    In the instance declaration for ‘Functor Bool’