Skip to content

v0.5.9

Compare
Choose a tag to compare
@cwmyers cwmyers released this 05 Aug 06:55
· 11 commits to main since this release
  • Adds Either<A, B>.handleErrorWith(f: (A) -> Either<C, B>): Either<C, B> (Chris Myers)