bind method

  1. @monadComprehensions
R bind(
  1. EitherEffect<L> effect
)

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

See Either.binding and Either.futureBinding.

Implementation

@monadComprehensions
R bind(EitherEffect<L> effect) => effect.bind(this);