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

T5689.hs:15:23: error:
    • No instance for (Num Bool) arising from the literal ‘1234’
    • In the first argument of ‘c’, namely ‘1234’
      In the second argument of ‘($)’, namely ‘c 1234’
      In a stmt of a 'do' block: print $ c 1234