dnowak
01/08/2020, 10:19 PMEither.monadError(). I tried with:
• Option.monadError() but it failed as error is bound to Unit . I expected to get None as result in case of error
• IO.monadError() it failed too, as error part has to be Throwable
Is it possible to write code that will run on any MonadError instance?
My example: