Search code examples
is ValidatedNel arrow-kt in v1.0 still an Applicative (Functor)?...

kotlinarrow-kt

Read More
Access a shadowed receiver...

kotlinextension-methodsreceivereitherarrow-kt

Read More
Kotlin arrow-kt, functional way to map a collection of either to an either of a collection...

kotlinfunctional-programmingarrow-kt

Read More
How to propage errors from nested Eithers in Arrow-kt?...

kotlinfunctional-programmingarrow-kt

Read More
Is there a way to use monad comprehensions with Kotlin Flow...

kotlinmonadskotlin-coroutinesarrow-kt

Read More
Relation between Arrow suspend functions and monad comprehension...

kotlinsuspendarrow-kt

Read More
Handling an Arrow-kt Either inside a map...

kotlinfunctional-programmingarrow-kt

Read More
Can anyone motivate why Arrow (Kotlin) choose to deprecate higher-kinded types?...

kotlindeprecation-warningarrow-kt

Read More
Creating an object builder with error handling using Arrow - Pattern match multiple Eithers...

kotlinfunctional-programmingarrow-kt

Read More
How to map 2 Either values without tupled...

kotlinarrow-kt

Read More
Arrow-kt: how to turn an Either<E, List<Either<E,A>>> into Either<E, List<B&...

listtransformflatteneitherarrow-kt

Read More
How to chain functions returning Validated, Option, Either? (Monad Transformer)...

kotlinfunctional-programmingarrow-kt

Read More
Kotlin elegant way to mutate List<Triple<String, String, String> to Triple<List<Strin...

kotlinfunctional-programmingmonadsmonad-transformersarrow-kt

Read More
Processing async results with Arrow-kt and Kotlin...

kotlinasync-awaiteitherarrow-kt

Read More
ArrowKt Try alternative for eager execution...

kotlinfunctional-programmingarrow-kt

Read More
implement a monad comprehension on a list in kotlin using a coroutine...

kotlinkotlin-coroutinesarrow-kt

Read More
Can I use Kotlin Arrow-lib with Quarkus in native builds...

kotlinquarkusgraalvmgraalvm-native-imagearrow-kt

Read More
Kotlin equivalent of some F# code matching on union type...

kotlinf#arrow-kt

Read More
How to efficiently flatten a list of Either in Kotlin...

kotlinarrow-kt

Read More
Arrow lens won't let me set a nullable property to null...

kotlinfunctional-programmingarrow-kt

Read More
FP patterns for combining data from different sources (preferrably in Kotlin and Arrow)...

kotlindesign-patternsfunctional-programmingarrow-kt

Read More
Can you convert this code to monad comprehensions using Arrow FX?...

kotlinproject-reactorarrow-kt

Read More
How to execute asyncronously inside an Arrow + Reactor Monad comprehension...

kotlinproject-reactorarrow-kt

Read More
Destructuring instead of .bind() doesn't work in an Arrow Monad comprehension...

kotlinarrow-kt

Read More
Difference between Kotlin arrow IO, IO.fx, IO !effect...

kotlinfunctional-programmingarrow-kt

Read More
How can I access the context in every function of a call chain with Kleisli?...

kotlinfunctional-programmingarrow-kt

Read More
How to compose IO functions with other effects in Kotlin Arrow FX...

kotlinfunctional-programmingarrow-kt

Read More
Extract value out of Kotlin arrow Either type and assign it to const...

kotlinarrow-kt

Read More
IO dispatchers VS KotlinX dispatchers inside an fx block...

kotlinarrow-kt

Read More
How to append data in Functional programming style using kotlin with arrow library...

kotlinfunctional-programmingarrow-kt

Read More
BackNext