You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a function that takes a Future<Item=T, Error=E> and returns a Future<Item=T, Error=Either<E, CustomError>>. It'd be helpful to be able to pare it down to just the CustomError inline. I'd be willing to write this myself, if you'd prefer.