Skip to content
Snippets Groups Projects
Commit ba93a5d8 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-08-27 14:41:53 by simonmar]

update sample output
parent e1ab11cc
No related merge requests found
rnfail017.hs:5:
precedence parsing error
cannot mix `+' (infixl 6) and `negate' (infixl 6) in the same infix expression
cannot mix `+' [infixl 6] and prefix `-' [infixl 6] in the same infix expression
rnfail017.hs:6:
precedence parsing error
cannot mix `*' (infixl 7) and `negate' (infixl 6) in the same infix expression
cannot mix `*' [infixl 7] and prefix `-' [infixl 6] in the same infix expression
Compilation had errors
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment