[project @ 2001-03-29 14:09:14 by simonmar]
[ghc-hetmet.git] / ghc / tests / rename / should_fail / rnfail017.stderr
1
2 rnfail017.hs:5:
3     precedence parsing error
4         cannot mix `(+)' [infixl 6] and prefix `-' [infixl 6] in the same infix expression
5
6 rnfail017.hs:6:
7     precedence parsing error
8         cannot mix `(*)' [infixl 7] and prefix `-' [infixl 6] in the same infix expression