liftSecond<A> method

Free<Either<Either<First, Second>, Third>, A> liftSecond<A>(
  1. Free<Second, A> second
)

Implementation

Free<Either<Either<First, Second>, Third>, A> liftSecond<A>(Free<Second, A> second) => second.foldMap(FreeM, secondComposer.lift);