arrow-core / arrow.core.extensions.either.applicative / arrow.Kind
map | fun <L, A, B> Kind<Kind<ForEither, L>, A>.~~map~~(arg1: (A) -> B): Either<L, B> |
replicate | fun <L, A> Kind<Kind<ForEither, L>, A>.~~replicate~~(arg1: Int ): Either<L, List <A>> fun <L, A> Kind<Kind<ForEither, L>, A>.~~replicate~~(arg1: Int , arg2: Monoid<A>): Either<L, A> |
Do you like Arrow?
✖