From: Simon Marlow Date: Mon, 15 Nov 2010 09:54:44 +0000 (+0000) Subject: Unicide OtherNumber category should be allowed in identifiers (#4373) X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=82a769cba9297d362b5e5ce2d1983e37b6057873 Unicide OtherNumber category should be allowed in identifiers (#4373) --- diff --git a/compiler/parser/Lexer.x b/compiler/parser/Lexer.x index 6b73981..1118215 100644 --- a/compiler/parser/Lexer.x +++ b/compiler/parser/Lexer.x @@ -1640,7 +1640,7 @@ alexGetChar (AI loc s) EnclosingMark -> other_graphic DecimalNumber -> digit LetterNumber -> other_graphic - OtherNumber -> other_graphic + OtherNumber -> digit -- see #4373 ConnectorPunctuation -> symbol DashPunctuation -> symbol OpenPunctuation -> other_graphic