Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Data.List.Extra
Documentation
shiftLeftWith :: (a -> Bool) -> [a] -> [a] Source #
shiftRightWith :: (a -> Bool) -> [a] -> [a] Source #
shiftLeftAt :: Int -> [a] -> [a] Source #
shiftRightAt :: Int -> [a] -> [a] Source #