You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bottom and top values for Int are listed as above. The problem here is that -bottom is greater than top, which means bottom is actually not a safe value for the Ring instance of Int. You can verify for yourself that negate bottom == bottom!
The text was updated successfully, but these errors were encountered:
purescript-prelude/src/Data/Bounded.js
Lines 1 to 2 in f4cad0a
The bottom and top values for
Int
are listed as above. The problem here is that-bottom
is greater thantop
, which meansbottom
is actually not a safe value for theRing
instance ofInt
. You can verify for yourself thatnegate bottom == bottom
!The text was updated successfully, but these errors were encountered: