fix-whitespace-0.1: Fixes whitespace issues.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.List.Extra.Drop

Synopsis

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.