/ Published in: Haskell
Converts an integer from base 10 to a string of base x (where 0 > x >= 20). The only thing I'd improve is getting rid of all the calls to error. Perhaps hand back a Maybe String that simply hands back Nothing if unable to convert the number.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML