RestrictedEvalEffect

fun interface RestrictedEvalEffect<A> : EvalEffect<A>

Deprecated

Deprecated in favor of Eager Effect DSL: EagerEffectScope

Replace with

import arrow.core.continuations.EagerEffectScope
EagerEffectScope<E>

Functions

Link copied to clipboard
open suspend fun <B> Eval<B>.bind(): B
Link copied to clipboard
abstract fun control(): DelimitedScope<Eval<A>>