Added in v0.0.1
validate nil
Signature
export declare const validateNotNil: <E>(b: E) => <A>(a: A) => Either<E, unknown extends A ? any : A>