Wesley Hartford
08/08/2023, 3:31 PMWesley Hartford
08/08/2023, 3:34 PMEffectScope<
with Raise<
before it replaces EagerEffectScope<
with Raise<
, as a result, any use of EagerEffectScope
ends up as EagerRaise
rather than just Raise
.Wesley Hartford
08/08/2023, 3:34 PMWesley Hartford
08/08/2023, 4:06 PMarrow.core.continuations.Effect
to arrow.core.raise.Effect
Wesley Hartford
08/08/2023, 11:44 PMimport arrow.core.raise.toEither
in a few places, and remove suspend
from a few functions and the project built. I'm working on tidying up some use of deprecation at this point.Wesley Hartford
08/08/2023, 11:45 PMsimon.vergauwen
08/28/2023, 6:39 AMWesley Hartford
08/28/2023, 2:32 PM