summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/ParserNoBinaryLiterals3.stderr
blob: 2d24a6dedf76a303f560d4bd1350bc0fcbbaa2f6 (plain)
1
2
3
4
5

ParserNoBinaryLiterals3.hs:9:4: error:
    • The constructor ‘I#’ should have 1 argument, but has been given 2
    • In the pattern: I# 0 b0#
      In an equation for ‘f’: f (I# 0 b0#) = ()