util-0.1.17.0: Utilities
Util.List
splitWhen :: (a -> Bool) -> [a] -> NonEmpty [a] Source #
padLeft :: Natural -> a -> [a] -> [a] Source #
zipWithRemaining :: (a -> b -> c) -> [a] -> [b] -> ([c], Maybe (Either (NonEmpty a) (NonEmpty b))) Source #