yield package:classy-prelude-conduit

Send a value downstream to the next component to consume. If the downstream component terminates, this call will never return control. Since 0.5.0
Send a monadic value downstream for the next component to consume.
Yield each of the values contained by the given MonoFoldable. This will work on many data structures, including lists, ByteStrings, and Vectors. Subject to fusion