You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.
Currently we only support up to arity 3, which doesn't cover a lot of use cases, as asked by on KotlinSlack.
Similarly to the arity-9 methods we expose for Arrow Fx.
Important to note here is that the functions combining arity-2 & arity-3 should be combined in such a way that these tests pass for them. Such that they work for EmptyCoroutineContext or single thread contexts. (See how they're composed in the Arrow Fx reference above).
What version are you currently using?
0.11.0-SNAPSHOT
What would you like to see?
Currently we only support up to arity 3, which doesn't cover a lot of use cases, as asked by on KotlinSlack.
Similarly to the arity-9 methods we expose for
Arrow Fx
.Important to note here is that the functions combining arity-2 & arity-3 should be combined in such a way that these tests pass for them. Such that they work for
EmptyCoroutineContext
or single thread contexts. (See how they're composed in the Arrow Fx reference above).The text was updated successfully, but these errors were encountered: