<@UDHHRBUQH> we are working on an `Fx` data type t...
# arrow
r
@HieiJ we are working on an
Fx
data type that declares all those functions directly over
suspend () -> A
. That will come out in 0.9.0. In the meantime you need to use
effect
over suspension before you call things like
raiseError
or
handleError
those are only scoped at the moment to
fx
blocks