Added in v0.0.1
validate string type
Signature
export declare const validateString: <E>(b: E) => <A>(a: A) => Either<E, string>