Added in v1.6.0
Signature
export declare const _left: <E, A>() => Prism<Either<E, A>, E>
export declare const _right: <E, A>() => Prism<Either<E, A>, A>