Skip to content

ValidatedNel<E, A>

typedef ValidatedNel<E, A> = Validated<NonEmptyIList<E>, A>

Type alias for Validated where the error case is fixed to NonEmptyIList<E>.