<div dir="ltr"><div>Dear all,</div><div><br></div><div>As the shepherd for proposal <a href="https://github.com/ghc-proposals/ghc-proposals/pull/403">#403 Cleanup lexical structure of numbers and identifiers</a>, let me recommend acceptance.</div><div><br></div><div>This proposal does two things related to unicode characters<br></div><div><ul><li>Codify the actual current lexing of unicode symbols, which is actually different from the Haskell 2010 report (in particular, only ascii digits are allowed in number literals)<br></li><li>Adds the possibility to use unicode letters which are neither upper case nor lower case (such as many asian scripts) as trailing symbols for identifier (as well as in String and Char literals)</li></ul><div>It doesn't make it possible (nor close the door) to use letter-like numbers (such as latin numerals) as identifiers, nor use non-ascii digits in number literals.</div><div><br></div><div>As the title entails, it's essentially a clean up of the documentation, to match reality. It seems quite uncontroversial.<br></div></div></div>