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

Fold.ShortcutNonempty.Utilities

Synopsis

Documentation

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

Causes a shortcut fold to stop once it becomes ambivalent

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

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