`Validated` is like an `Either` but accumulates all errors with semigroup operation.
Special case of `Validated` with a `List` as an error accumulator.