attempt<A> method

Free<F, Either<Object, A>> attempt<A>(
  1. Free<IOOp, A> fa
)

Implementation

Free<F, Either<Object, A>> attempt<A>(Free<IOOp, A> fa) => liftOp(new Attempt(fa));