| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Bits.BitSize
Documentation
Minimal complete definition
Instances
| BitSize Bool # | |
| BitSize Int # | |
| BitSize Int8 # | |
| BitSize Int16 # | |
| BitSize Int32 # | |
| BitSize Int64 # | |
| BitSize Word # | |
| BitSize Word8 # | |
| BitSize Word16 # | |
| BitSize Word32 # | |
| BitSize Word64 # | |
| BitSize () # | |
| BitSize a => BitSize [a] # | |
| BitSize a => BitSize (Identity a) # | |
| (BitSize a, Storable a) => BitSize (Vector a) # | |
| BitSize a => BitSize (Vector a) # | |