Daniel Berg
11/15/2022, 11:05 PMeither
and either.eager
are now deprecated? The replacement is effect { … }.toEither()
and eagerEffect { ... }.toEither()
? Is that right?Stylianos Gakis
11/15/2022, 11:05 PMeither
still exists, under a different package as far as I remember.
Try importing import arrow.core.continuations.either
manuallyStylianos Gakis
11/15/2022, 11:07 PMDaniel Berg
11/15/2022, 11:08 PMDaniel Berg
11/15/2022, 11:09 PMeager
portion. At least on IntelliJStylianos Gakis
11/15/2022, 11:11 PMDaniel Berg
11/15/2022, 11:14 PMarrow.core.continuations
simon.vergauwen
11/16/2022, 7:35 AM