liftThird<A> method

Free<Either<Either<First, Second>, Third>, A> liftThird<A>(
  1. Free<Third, A> third
)

Implementation

Free<Either<Either<First, Second>, Third>, A> liftThird<A>(Free<Third, A> third) => third.foldMap(FreeM, thirdComposer.lift);