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
704ca16d
Commit
704ca16d
authored
Jan 12, 2006
by
simonmar
Browse files
[project @ 2006-01-12 09:33:16 by simonmar]
put unicode keywords under -fglasgow-exts, they aren't Hasell98
parent
bdf1f1fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/parser/Lexer.x
View file @
704ca16d
...
...
@@ -559,11 +559,11 @@ reservedSymsFM = listToUFM $
,(">>-", ITRarrowtail, bit arrowsBit)
#if __GLASGOW_HASKELL__ >= 605
,("λ", ITlam,
0
)
,("∀", ITforall, bit
tv
Bit)
,("→", ITrarrow,
0
)
,("←", ITlarrow,
0
)
,("⋯", ITdotdot,
0
)
,("λ", ITlam,
bit glaExtsBit
)
,("∀", ITforall, bit
glaExts
Bit)
,("→", ITrarrow,
bit glaExtsBit
)
,("←", ITlarrow,
bit glaExtsBit
)
,("⋯", ITdotdot,
bit glaExtsBit
)
#endif
]
...
...
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