left<L, R> function

Either<L, R> left<L, R>(
  1. L l
)

Implementation

Either<L, R> left<L, R>(L l) => _Left<L, R>(l);