<div dir="ltr">I am fine with this.  Related to our recent discussion: we should probably require that this be protected by a language extension, like all other literal notations.  Perhaps `UnderscoreLiterals`?<div><br></div><div>-Iavor<br><div><br></div><div>PS:  technically, this is not backward compatible :-)  Here is an example:</div><div><div><br></div><div><div><font face="monospace">    instance Num b => Num (a -> b) where</font></div><div><font face="monospace">      fromInteger = const . fromInteger</font></div><div><font face="monospace"><br></font></div><div><font face="monospace">    test :: Integer</font></div><div><font face="monospace">    test = 1_1</font></div><div><font face="monospace">      where _1 = 2</font></div></div><div><br></div></div><div>Currently this evaluates to 1, but with the extension it will evaluate to 11.  I don't think that any real code would be affected by this, I just had a bit of fun writing it.</div><div><br></div><div><br></div><div><br><div><br></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Nov 1, 2017 at 2:33 PM Christopher Allen <<a href="mailto:cma@bitemyapp.com" target="_blank">cma@bitemyapp.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><a href="https://github.com/ghc-proposals/ghc-proposals/pull/76#issuecomment-339952996" rel="noreferrer" target="_blank">https://github.com/ghc-proposals/ghc-proposals/pull/76#issuecomment-339952996</a><br>
<br>
This appears to have near universal approval. It's certainly a feature<br>
I've been grateful for when writing Rust code. I wasn't able to find a<br>
thread about this proposal in my email archives, so I apologize if<br>
this was redundant.<br>
<br>
Could this be moved to a decision soon?<br>
<br>
Thank you,<br>
Chris Allen<br>
_______________________________________________<br>
ghc-steering-committee mailing list<br>
<a href="mailto:ghc-steering-committee@haskell.org" target="_blank">ghc-steering-committee@haskell.org</a><br>
<a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-committee" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-steering-committee</a><br>
</blockquote></div></div></div></div>