Alejandro Serrano
Alejandro Serrano
I've tried a few new names. I've also realized that every "runner" (`either`, `result`, ...) can give raise to a new `accumulate`, so I made that part generic. The question...
About accumulation, yes, the delegated property trick is what makes it "wait" until the moment the value is actually needed for the next step, while accumulating the rest. In the...
One DSL to rule them all and in the coroutines bind them?
Could you send the output of `./gradlew -q dependencies`?
This should be fixed in `alpha.3`
I am not sure of how useful this is: the longer names are much clearer to everybody reading, and if you are using an IDE, I'm not sure how many...
I'm not sure that this belongs to Arrow, to be honest. I don't think the pattern of moving to `Option` + making a subtype check is widely used (this is...
@kyay10 does your PR #3665 supersede this one?
This is a known problem in Kotlin 1.x, where smart casting does not always work with generic types like `Either`. @mateuszjarzyna Does this problem also reproduce with Kotlin 2.0?
I've double checked in an example project with Kotlin 2.1.0 and Arrow 2.0.1, and this behavior seems to be gone. Note that if you want to access the inner data...