summaryrefslogtreecommitdiff
path: root/compiler/parser/Lexer.x
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/parser/Lexer.x')
-rw-r--r--compiler/parser/Lexer.x2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/parser/Lexer.x b/compiler/parser/Lexer.x
index 1570af32bc..90e1e66dd2 100644
--- a/compiler/parser/Lexer.x
+++ b/compiler/parser/Lexer.x
@@ -495,6 +495,7 @@ data Token
| ITrarrow
| ITat
| ITtilde
+ | ITtildehsh
| ITdarrow
| ITminus
| ITbang
@@ -661,6 +662,7 @@ reservedSymsFM = listToUFM $
,("->", ITrarrow, always)
,("@", ITat, always)
,("~", ITtilde, always)
+ ,("~#", ITtildehsh, always)
,("=>", ITdarrow, always)
,("-", ITminus, always)
,("!", ITbang, always)