Package

purescript-parseint

Repository
athanclark/purescript-parseint
License
BSD-3-Clause
Uploaded by
athanclark
Published on
2020-04-29T22:51:51Z

Yeah so I wrote bindings to javascript's global parseInt() function a long while back, before realizing I should also have added parseFloat() in here too... so now it's just named purescript-parseint :)

They're really trivial bindings - use Radix where applicable (i.e. hexadecimal encoding).