Module
Data.Binary.SignedInt  
- Package
 - purescript-binary
 - Repository
 - Unisay/purescript-binary
 
#complement Source
complement :: forall b. SignedInt b -> SignedInt b#fromUnsigned Source
fromUnsigned :: forall b a. Pos a => Pos b => Lt a b => UnsignedInt a -> SignedInt b#tryFromUnsigned Source
tryFromUnsigned :: forall b. Pos b => UnsignedInt b -> Maybe (SignedInt b)#unsafeToUnsigned Source
unsafeToUnsigned :: forall b. Pos b => SignedInt b -> UnsignedInt b#isNegative Source
isNegative :: forall a. Binary a => a -> Boolean