util-0.1.17.1: Utilities

Safe HaskellSafe
LanguageHaskell2010

Util.Bits

Documentation

(.&¬) :: Bits a => a -> a -> a Source #

setBits :: (Bits a, Integral n, Alternative f) => a -> f n Source #

interleaveBits :: (Bits a, Bits b) => [a] -> b Source #

fromListLE :: Bits a => [Bool] -> a Source #

toListLE :: Bits a => a -> [Bool] Source #

fromListBE :: Bits a => [Bool] -> a Source #