dave08
public inline fun <R, A> effect(@BuilderInference noinline block: suspend Raise<R>.() -> A): Effect<R, A> = block
simon.vergauwen
EffectScope/EagerEffectScope
Raise
arrow.core.continuations
arrow.core.raise
Effect
interface
typealias
suspend Raise<E>.() -> A
EagerEffect
Raise<E>.() -> A
effect { }
R
@BuilderInference
A modern programming language that makes developers happier.