bind<R> abstract method

  1. @monadComprehensions
R bind<R>(
  1. Either<L, R> either
)

Attempt to get right value of either. Or throws a ControlError.

Implementation

@monadComprehensions
R bind<R>(Either<L, R> either);