summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T1633.stderr
blob: 5d9dcc44f5aaa674f36cda9240a4334c4f9b2eb6 (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’