result4k
result4k copied to clipboard
A Result monad for Kotlin, inspired by Rust's Result type
Saw your talk at kotlin conf on exception handling. Had been playing around with arrow up to then but when you mentioned benchmarking and how poor the monad comprehensions performed...
Build Result4k for Jvm and JS platform. Adding more should be simple, but getting CI setup for building macos binaries might be a bit difficult, so I left all the...
In using this library to run over an paged API I found that flattening the results into a lazy sequence was exceptionally useful. Once I had written the extension method...