bytes-0.15.4: Sharing code for serialization between binary and cereal

LicenseBSD3
Stabilityexperimental
Portabilitytype-families
Safe HaskellSafe
LanguageHaskell98

Data.Bytes.Signed

Description

When one wants to think of an Int as a dumb bitstring, converting it to a Word avoids pesky complications with respect to sign extension.

Documentation

unsigned :: (Integral i, Num (Unsigned i)) => i -> Unsigned i Source #

signed :: (Integral i, Num (Signed i)) => i -> Signed i Source #