/purescript-bignumber

Bindings to BigNumber.js - simplified & updated fork used in purescript-aeson

Primary LanguagePureScript

purescript-bignumber

Bindings to bignumber.js.

Forked version that is used in purescript-aeson. Changes:

  • removed global configuration options (ConfigParams) (they break referential transparency)
  • Removed use of native-tuples (outdated package)