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
Can be implemented in terms of an Either with a NonEmptyList on the left side.
The accumulate methods on Either aren't sufficient to accumulate validation errors. Validated should have a zip / ap method but flatMap should be renamed due to behavioral conflict with ap / zip (Cats uses andThen).
Can be implemented in terms of an Either with a NonEmptyList on the left side.
The accumulate methods on Either aren't sufficient to accumulate validation errors. Validated should have a zip / ap method but flatMap should be renamed due to behavioral conflict with ap / zip (Cats uses andThen).
The text was updated successfully, but these errors were encountered: