Tag: Either
-
Failure.kt – A Tiny Stacktrace Library on top of Arrow’s Either
by
Some time ago, I wrote a detailed blog post on how and why to use Arrow’s Either type to model non-exceptional errors as a part of the domain model in Kotlin. In this post, I would like to present my own tiny Kotlin library which is intended to be used in conjunction with Arrow’s Either.…
-


You must be logged in to post a comment.