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
340fb6fe
Commit
340fb6fe
authored
Jun 08, 2009
by
Simon Marlow
Browse files
pprExpr: don't add extra parens around [a..b] in an argument position
test is tcfail205
parent
1c83695b
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/hsSyn/HsExpr.lhs
View file @
340fb6fe
...
...
@@ -529,6 +529,8 @@ pprParendExpr expr
-- I think that is usually (always?) right
in
case unLoc expr of
ArithSeq{} -> pp_as_was
PArrSeq{} -> pp_as_was
HsLit _ -> pp_as_was
HsOverLit _ -> pp_as_was
HsVar _ -> pp_as_was
...
...
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