Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
class BitSize a where Source #
BitSize Bool Source # | |
BitSize Int Source # | |
BitSize Int8 Source # | |
BitSize Int16 Source # | |
BitSize Int32 Source # | |
BitSize Int64 Source # | |
BitSize Word Source # | |
BitSize Word8 Source # | |
BitSize Word16 Source # | |
BitSize Word32 Source # | |
BitSize Word64 Source # | |
BitSize () Source # | |
BitSize a => BitSize [a] Source # | |
BitSize a => BitSize (Identity a) Source # | |
(BitSize a, Storable a) => BitSize (Vector a) Source # | |
BitSize a => BitSize (Vector a) Source # | |