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

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