Ifvwm
02/12/2021, 1:36 PMraulraja
02/12/2021, 4:41 PMIfvwm
02/12/2021, 4:47 PMraulraja
02/12/2021, 4:52 PMcallCC
, we have an effect interface which exposes the Delimited scope via reset/shift
and starts the continuation in suspended (letting effects passthrough through the use) and restricted (Restricts suspension points) . Here is an example where we implement monad bind with continuations over Either using shift. Unlike in abstract implementations these binds can be specialised in this case to fold because they are suspended. https://github.com/arrow-kt/arrow-core/blob/b67de8fc0a24b96779ce3afb323f00767b1835[…]row-core-data/src/main/kotlin/arrow/core/computations/either.ktraulraja
02/12/2021, 4:54 PMarrow-continuations
Ifvwm
02/13/2021, 1:54 PMIfvwm
02/13/2021, 1:55 PM