Module
Data.Binary.SignedInt
- Package
- purescript-binary-integers
- Repository
- Unisay/purescript-binary-integers
#SignedInt Source
newtype SignedInt b
Instances
(Pos b) => Eq (SignedInt b)
(Pos b) => Ord (SignedInt b)
(Pos b) => Show (SignedInt b)
(Pos b) => Binary (SignedInt b)
(Pos b) => Bounded (SignedInt b)
(Pos b) => Fixed (SignedInt b)
(Pos b, LtEq b D32) => FitsInt (SignedInt b)
(Pos b) => Semiring (SignedInt b)
(Pos b) => Ring (SignedInt b)
(Pos b) => BaseN (SignedInt b)
#isNegative Source
isNegative :: forall b. SignedInt b -> Boolean