Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- dropWhile1 :: (a -> Bool) -> [a] -> [a]
- dropWhileEnd1 :: (a -> Bool) -> [a] -> [a]
Documentation
dropWhile1 :: (a -> Bool) -> [a] -> [a] Source #
dropWhile
except keep the first of the dropped elements.
dropWhileEnd1 :: (a -> Bool) -> [a] -> [a] Source #
dropWhileEnd
except keep the first of the dropped elements.