attempt<A> method

  1. @override
Free<IOOp, Either<Object, A>> attempt<A>(
  1. covariant Free<IOOp, A> fa
)
override

Implementation

@override Free<IOOp, Either<Object, A>> attempt<A>(covariant Free<IOOp, A> fa) => liftF(new Attempt(fa));