Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
interleaveBits :: (Bits a, Bits b) => [a] -> b Source #
fromListLE :: Bits a => [Bool] -> a Source #
fromListBE :: Bits a => [Bool] -> a Source #
toListBE :: FiniteBits a => a -> [Bool] Source #
Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
interleaveBits :: (Bits a, Bits b) => [a] -> b Source #
fromListLE :: Bits a => [Bool] -> a Source #
fromListBE :: Bits a => [Bool] -> a Source #
toListBE :: FiniteBits a => a -> [Bool] Source #