summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/rnfail017.stderr
blob: de2990864fb90def7c3208a2b48c38e2c948f1d4 (plain)
1
2
3
4
5
6
7
8

rnfail017.hs:5:10:
    Precedence parsing error
        cannot mix ‘+’ [infixl 6] and prefix `-' [infixl 6] in the same infix expression

rnfail017.hs:6:10:
    Precedence parsing error
        cannot mix ‘*’ [infixl 7] and prefix `-' [infixl 6] in the same infix expression