liftOp<A> method

Free<F, A> liftOp<A>(
  1. O o
)

Implementation

Free<F, A> liftOp<A>(O o) => composer.lift(o);