Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Documentation
boolsRequiredForInteger :: Integral a => a -> Int Source #
maximumIntegerForBools :: Integral a => Int -> a Source #
integerToBooleanList :: Integral a => a -> [Bool] Source #
booleanListToInteger :: Integral a => [Bool] -> a Source #
integerToBooleanListBigEndian :: Integer -> [Bool] Source #
bigEndianBooleanListToInteger :: [Bool] -> Integer Source #
toLittleEndian :: [a] -> [a] Source #
fromLittleEndian :: [a] -> [a] Source #
overlayRight :: [a] -> [a] -> [a] Source #
overlayLeft :: [b] -> [b] -> [b] Source #
booleanListToByteString :: [Bool] -> ByteString Source #
isTerminator' :: [Bool] -> Bool Source #
takeWhileRest :: ([a] -> Bool) -> [a] -> [a] Source #
listLengthIsSmallerThanOrEqualTo :: Int -> [a] -> Bool Source #
integersToBooleanLists :: [Integer] -> [[Bool]] Source #
byteStringToBooleanList :: ByteString -> [Bool] Source #
toBoolean8s :: [Integer] -> [Bool] Source #
precedentalEncoding :: Integral a => [a] -> [Bool] Source #
int8Chunks :: [Bool] -> [Integer] Source #
word8Chunks :: [Bool] -> [Word8] Source #
toByteString :: [Bool] -> ByteString Source #
allBooleanLists :: [[Bool]] Source #
pruneBooleanList :: [Bool] -> [Bool] Source #
encodeBooleanListInInteger' :: Int -> [Bool] Source #
encodeIntegerInBooleanList' :: [Bool] -> Int Source #
encodeBooleanListInInteger :: Integral a => a -> [Bool] Source #
encodeIntegerInBooleanList :: Integral a => [Bool] -> a Source #