Skip to content
GitLab
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
6df02297
Commit
6df02297
authored
Mar 05, 2006
by
David Himmelstrup
Browse files
The parser needs a set of parentheses when we don't use unsafeCoerce.
parent
374bc02f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/parser/Parser.y.pp
View file @
6df02297
...
...
@@ -275,7 +275,7 @@ TH_TY_QUOTE { L _ ITtyQuote } -- ''T
%
name
parseIdentifier
identifier
%
name
parseType
ctype
%
partial
parseHeader
header
%
tokentype
{ Located Token }
%
tokentype
{
(
Located Token
)
}
%%
-----------------------------------------------------------------------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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