Skip to content

v0.5.5

Compare
Choose a tag to compare
@Synesso Synesso released this 19 Jun 23:42
· 25 commits to main since this release

Added

  • Adds Result.catch to enable the same behaviour as Either.catch (Alejandro Metke)
  • Adds Result<Result<T>>.flatten(): Result<T> (Jem Mawson)

Fixed

  • T.failure(): Result<T> was invalid. Changed to Throwable.failure(): Result<A> (Jem Mawson)