util-0.1.11.0: Utilities

Safe HaskellNone
LanguageHaskell2010

Util.List

Documentation

splitWhen :: (a -> Bool) -> [a] -> NonEmpty [a] Source #