Added in v0.0.1
validate array type
Signature
export declare const validateArray: <E>(e: E) => <A>(val: A[]) => Either<E, A[]>