Skip to content

ValidatedNel<E, A>

typedefValidatedNel<E, A>=Validated<NonEmptyIList<E>,A>

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