cdornan / fmt

New formatting library
BSD 3-Clause "New" or "Revised" License
56 stars 6 forks source link

leading comma with negative number #39

Open joee opened 2 years ago

joee commented 2 years ago
λ> fmtLn $ commaizeF (-123)
-,123

This should output "-123" instead.