hw-bits-0.7.2.2: Bit manipulation
Safe HaskellSafe-Inferred
LanguageHaskell2010

HaskellWorks.Data.Bits.FixedBitSize

Synopsis

Documentation

class FixedBitSize a where Source #

Class of values that have a fix bit size

Methods

fixedBitSize :: a -> Count Source #

Get the bit size of a value of given type.

>>> fixedBitSize (undefined :: Word8)
8