arrow
arrow copied to clipboard
[Arrow 2.0] Remove Validated and move methods to Either<NonEmptyList<E>, A>
- [ ] Remove Validated
- [ ] Remove
traverse - [ ] Replace
zipfromEitherto https://github.com/nomisRev/kotlin-gists/blob/d5943ef9dd09f765d32506508c481d3b80ac447d/src/main/kotlin/arrow2/Either.kt#L285 - [ ] Add
mapAccumulatingforEitherhttps://github.com/nomisRev/kotlin-gists/blob/d5943ef9dd09f765d32506508c481d3b80ac447d/src/main/kotlin/arrow2/Either.kt#L120
update: working on it
Closed by #2795