gambler-0.4.1.0: Composable, streaming, and efficient left folds
Safe HaskellSafe-Inferred
LanguageGHC2021

Fold.Shortcut.Run

Synopsis

Documentation

run :: ShortcutFold a b -> [a] -> b Source #

Fold a listlike container to a single summary result, forcing only enough input to satisfy the short-cutting fold's tenacity