Numbers (prefixed with 0x) have a space put between 0 and x
expipiplus1 opened this issue · 4 comments
expipiplus1 commented
λ> pStringNoColor "0x0"
"0 x0"
expipiplus1 commented
Is it a duplicate? That seems to be dealing with spaces around operators, but this is a valid Haskell numeric literal being mangled (albeit one which isn't generated by derived show instances).
georgefst commented
It has the same root cause, and solution.
expipiplus1 commented
Sure, but I think fixing this would be much less controversial than the
operator space case.
Either way it looks like the spaces will be removed so no biggie.
(I wonder if scientific notation suffers too, 10e5 etc..)
…On Fri, Dec 18, 2020, 10:04 PM George Thomas ***@***.***> wrote:
It has the same root cause, and solution.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#89 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGRJXBUTMM5LUIFROLCO2LSVNOMLANCNFSM4VAYYNAQ>
.