liftF<F, A> function

Free<F, A> liftF<F, A>(
  1. F fa
)

Implementation

Free<F, A> liftF<F, A>(F fa) => new Suspend(fa);