bind

open suspend fun <B> Eval<B>.bind(): B

Deprecated

EvalEffect is redundant. Use Eval#value directly instead

Replace with

this.value()