liftFirst<A> method

Free<Either<Either<First, Second>, Third>, A> liftFirst<A>(
  1. Free<First, A> first
)

Implementation

Free<Either<Either<First, Second>, Third>, A> liftFirst<A>(Free<First, A> first) => first.foldMap(FreeM, firstComposer.lift);