Arrow
1.1.5
common
arrow-fx-coroutines
/
arrow.fx.coroutines
/
Schedule
/
fold
fold
fun
<
C
>
fold
(
initial
:
C
,
f
:
suspend
(
acc
:
C
,
output
:
Output
)
->
C
)
:
Schedule
<
Input
,
C
>
(
source
)
Non-effectful version of foldM.