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

Fold.Shortcut.Utilities

Synopsis

Documentation

demotivate :: ShortcutFold a b -> ShortcutFold a b Source #

Causes a shortcut fold to stop once it becomes ambivalent

duplicate :: ShortcutFold a b -> ShortcutFold a (ShortcutFold a b) Source #

Allows to continue feeding a fold even after passing it to a function that closes it