Control.Monad.Freer.Extras.Stream
runStream :: forall e a effs. Eff ( Yield e () ': effs) a -> Stream ( Of e) ( Eff effs) a Source #
Turn the Yield e () effect into a pull-based stream of e events.
Yield e ()
e