Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
479cc248
Commit
479cc248
authored
Jan 25, 2006
by
Simon Marlow
Browse files
add double colon and double arrow symbols (-fglasgow-exts)
parent
9db74caf
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/parser/Lexer.x
View file @
479cc248
...
...
@@ -560,6 +560,8 @@ reservedSymsFM = listToUFM $
#if __GLASGOW_HASKELL__ >= 605
,("λ", ITlam, bit glaExtsBit)
,("∷", ITdcolon, bit glaExtsBit)
,("⇒", ITdarrow, bit glaExtsBit)
,("∀", ITforall, bit glaExtsBit)
,("→", ITrarrow, bit glaExtsBit)
,("←", ITlarrow, bit glaExtsBit)
...
...
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