v4.0.0
Breaking changes
fromNumber
now returns aMaybe BigInt
due to potential failure when passing inInfinity
orNaN
(@spicydonuts)BigInt
s now follow PureScriptsInt
type regardingEuclideanRing
laws. This means thatdiv
andmod
behave differently for negative inputs. For details, see PureScriptsPrelude
. You can use the new functionsquot
andrem
to get the old behavior.
Changes
- Updates for PureScript 0.12 (@paulyoung)