summaryrefslogtreecommitdiff
path: root/compiler/parser
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2010-05-05 12:12:02 +0000
committerSimon Marlow <marlowsd@gmail.com>2010-05-05 12:12:02 +0000
commit661c97c65e5fa47177502e592bb763f752b487ac (patch)
tree41da8582555b60fee445374a2f17df37a47a5afe /compiler/parser
parent58b2c6dfaf64a06eff317235f8ac9b7f73b5bf5a (diff)
downloadhaskell-661c97c65e5fa47177502e592bb763f752b487ac.tar.gz
Remove the Unicode alternative for ".." (#3894)
Diffstat (limited to 'compiler/parser')
-rw-r--r--compiler/parser/Lexer.x1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/parser/Lexer.x b/compiler/parser/Lexer.x
index 6cb2c3b7ca..2493b21179 100644
--- a/compiler/parser/Lexer.x
+++ b/compiler/parser/Lexer.x
@@ -701,7 +701,6 @@ reservedSymsFM = listToUFM $
explicitForallEnabled i)
,("→", ITrarrow, unicodeSyntaxEnabled)
,("←", ITlarrow, unicodeSyntaxEnabled)
- ,("⋯", ITdotdot, unicodeSyntaxEnabled)
,("⤙", ITlarrowtail, \i -> unicodeSyntaxEnabled i && arrowsEnabled i)
,("⤚", ITrarrowtail, \i -> unicodeSyntaxEnabled i && arrowsEnabled i)