<div dir="ltr">Thanks Iavor.. I should've indeed done that, but instead I directly opened a GHC feature request: <a href="http://ghc.haskell.org/trac/ghc/ticket/13126">http://ghc.haskell.org/trac/ghc/ticket/13126</a>. Old habits die hard.<div><br></div><div>I've since turned it into a proper proposal: <a href="https://github.com/LeventErkok/ghc-proposals/blob/hexFloats/proposals/0000-hexFloats.rst">https://github.com/LeventErkok/ghc-proposals/blob/hexFloats/proposals/0000-hexFloats.rst</a></div><div><br></div><div>However, I was *not* able to add the label "Under discussion" as suggested by the instructions in: <a href="https://github.com/ghc-proposals/ghc-proposals/blob/master/proposal-submission.rst">https://github.com/ghc-proposals/ghc-proposals/blob/master/proposal-submission.rst</a> I didn't see a way of doing that in the pull-request. Perhaps a guru can fix that?</div><div><br></div><div>Thanks,</div><div><br></div><div>-Levent.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 17, 2017 at 11:38 AM, Iavor Diatchki <span dir="ltr"><<a href="mailto:iavor.diatchki@gmail.com" target="_blank">iavor.diatchki@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Nicely done!  I agree that this would be much nicer to just implement directly in GHC (and eventually add to the standard). Would you like to write it up as GHC proposal?<div><br></div><div>Here is info on how to do that:<div><div><a href="https://github.com/ghc-proposals/ghc-proposals" target="_blank">https://github.com/ghc-<wbr>proposals/ghc-proposals</a><br></div></div></div><div><br></div><div>-Iavor</div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">On Sat, Jan 14, 2017 at 3:06 PM, Levent Erkok <span dir="ltr"><<a href="mailto:erkokl@gmail.com" target="_blank">erkokl@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr">Quick update: version 0.2 of FloatingHex is now on hackage <span style="font-size:12.8px">(</span><a href="http://hackage.haskell.org/package/FloatingHex" style="font-size:12.8px" target="_blank">http://hackage.haskel<wbr>l.org/package/<span class="m_1484421371750006179m_-307388817001376942gmail-il">FloatingHex</span></a><span style="font-size:12.8px">) which fixes a few glitches and makes the pretty-printer compatible with C's %a modifier. This brings the support on par with that in C/C++. The quasi-quoter is called qf, and the pretty-printer is called showHFloat, following the naming of other float-printers already available.</span></div><div class="m_1484421371750006179HOEnZb"><div class="m_1484421371750006179h5"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jan 14, 2017 at 1:10 AM, Levent Erkok <span dir="ltr"><<a href="mailto:erkokl@gmail.com" target="_blank">erkokl@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">FloatingHex (<a href="http://hackage.haskell.org/package/FloatingHex" target="_blank">http://hackage.haskell.org/pa<wbr>ckage/FloatingHex</a>) is a simple package that implement hexadecimal notation for floating point numbers, as described in p57-58 of <a href="http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf" target="_blank">http://www.open-std.org/jtc<wbr>1/sc22/wg14/www/docs/n1256.pdf</a><div><br></div><div>The package provides a quasi-quoter for hexadecimal floats: hf, and a pretty-printer for floats to show them in this notation: showFFloat. (Note that the latter is not 100% compatible with C's %a modifier for printf, but it does render a faithful representation of its input.)</div><div><br></div><div>Hex-floats are useful as they allow writing floating-point constants without any loss of precision, while remaining human readable. For instance, the float 2 is written as 0x1p1. (With the quasiquoter, the syntax is [hf|0x1p1|].) This representation is to be preferred over decimal rendering where loss of precision can be a problem: Note that not all floating point numbers have a terminating decimal representation as currently required by the Haskell syntax.</div><div><br></div><div>It would be nice if Haskell itself allowed for such literals in the language specs itself, following the recent changes to other language standards. (Again, see p57-58 of <a href="http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf" target="_blank">http://www.open-std.org/jtc<wbr>1/sc22/wg14/www/docs/n1256.pdf</a> for the new C standard.) In the mean time, I hope FloatingHex library will provide a workaround for the numerophilias amongst us.</div><div><br></div><div>Bug reports and improvements always welcome!</div><div><br></div><div>Cheers,</div><div><br></div><div>-Levent.</div><div><div><br></div><div><br></div></div></div>
</blockquote></div><br></div>
</div></div><br></div></div>______________________________<wbr>_________________<br>
Haskell-Cafe mailing list<br>
To (un)subscribe, modify options or view archives go to:<br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bi<wbr>n/mailman/listinfo/haskell-caf<wbr>e</a><br>
Only members subscribed via the mailman list are allowed to post.<br></blockquote></div><br></div>
</blockquote></div><br></div>