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

ParserNoBinaryLiterals3.hs:8:4:
    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#) = ()