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

T1633.hs:6:18:
    The first argument of ‘Functor’ should have kind ‘* -> *’,
      but ‘Bool’ has kind ‘*’
    In the instance declaration for ‘Functor Bool’