Attempt<A> constructor

Attempt<A>(
  1. Free<IOOp, A> fa
)

Implementation

Attempt(this.fa);