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

T11698.hs:4:17: error: [GHC-83865]
    • Couldn't match expected type ‘Char’ with actual type ‘Bool’
    • In the first argument of ‘k’, namely ‘True’
      In the expression: k True
      In the expression: (k 'v', k True)