repeat package:conduit

Produce an infinite stream consisting entirely of the given value. Subject to fusion
Produce an infinite stream consisting entirely of the given value.
Repeatedly run the given action and yield all values it produces.
Repeatedly run the given action and yield all values it produces, until the provided predicate returns False.
Repeatedly run the given action and yield all values it produces. Subject to fusion
Repeatedly run the given action and yield all values it produces, until the provided predicate returns False. Subject to fusion
Streaming versions of Data.Conduit.Combinators.Internal.initRepeat