Module

Data.Binary.UnsignedInt

Package
purescript-binary-integers
Repository
Unisay/purescript-binary-integers

#UnsignedInt Source

newtype UnsignedInt b

Instances

#fromInt Source

fromInt :: forall b. Pos b => GtEq b D31 => b -> Int -> UnsignedInt b

Converts Int value to UnsignedInt b for b >= 31 Behavior for negative Int values is unspecified.