Bob Glamm
10/16/2019, 2:10 PMEither<Throwable, Unit>
Yeray Cabello
10/16/2019, 2:26 PMRyan Benasutti
10/16/2019, 3:33 PMEither
in an IO
continuationBob Glamm
10/16/2019, 4:29 PMIO<A>.attempt() -> IO<Either<Throwable, A>>
, so it's not binding the EitherRyan Benasutti
10/16/2019, 4:52 PM