boolean-list-0.1.0.0: convert numbers to binary coded lists

Safe HaskellSafe-Inferred

Data.BooleanList

Documentation

toLittleEndian :: [a] -> [a]Source

overlayRight :: [a] -> [a] -> [a]Source

overlayLeft :: [b] -> [b] -> [b]Source

takeWhileRest :: ([a] -> Bool) -> [a] -> [a]Source