v0.5.5
Added
- Adds
Result.catch
to enable the same behaviour asEither.catch
(Alejandro Metke) - Adds
Result<Result<T>>.flatten(): Result<T>
(Jem Mawson)
Fixed
T.failure(): Result<T>
was invalid. Changed toThrowable.failure(): Result<A>
(Jem Mawson)