RestrictedEvalEffect

fun interface RestrictedEvalEffect<A> : EvalEffect<A>

Deprecated

RestrictedEvalEffect is redundant. Use Eval#value directly instead

Functions

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