Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
ba93a5d8
Commit
ba93a5d8
authored
Aug 27, 1999
by
simonmar
Browse files
[project @ 1999-08-27 14:41:53 by simonmar]
update sample output
parent
e1ab11cc
Changes
1
Show whitespace changes
Inline
Side-by-side
ghc/tests/rename/should_fail/rnfail017.stderr
View file @
ba93a5d8
rnfail017.hs:5:
rnfail017.hs:5:
precedence parsing error
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:
rnfail017.hs:6:
precedence parsing error
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
Compilation had errors
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment