lift<A> method

Free<F, A> lift<A>(
  1. C c
)

Implementation

Free<F, A> lift<A>(C c) => liftF(embed(c));