X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fparser%2FLexer.x;h=c813e3614546de7bf3589944dc5d5e5509a66a8b;hb=d7b36bbbcd56ee14656223d02e32f5a1f52ea17b;hp=19927d1154481dd4e6d44ce65f256bb3b8bb87a8;hpb=c0b5a0fe78855d2f628a4b6f973425496315a44c;p=ghc-hetmet.git diff --git a/compiler/parser/Lexer.x b/compiler/parser/Lexer.x index 19927d1..c813e36 100644 --- a/compiler/parser/Lexer.x +++ b/compiler/parser/Lexer.x @@ -1556,13 +1556,13 @@ alexGetChar (AI loc ofs s) DecimalNumber -> digit LetterNumber -> other_graphic OtherNumber -> other_graphic - ConnectorPunctuation -> other_graphic - DashPunctuation -> other_graphic + ConnectorPunctuation -> symbol + DashPunctuation -> symbol OpenPunctuation -> other_graphic ClosePunctuation -> other_graphic InitialQuote -> other_graphic FinalQuote -> other_graphic - OtherPunctuation -> other_graphic + OtherPunctuation -> symbol MathSymbol -> symbol CurrencySymbol -> symbol ModifierSymbol -> symbol