<@U0BRPBCKT> commented on <@U0GT667RD>’s file <htt...
# arrow
u
@stepango commented on @withoutclass’s file https://kotlinlang.slack.com/files/U0GT667RD/F9H9F0GE5/eitherhelpers_kt.kt:
Copy code
fun <A, B> Either.Left<A, B>.error()
fun <A, B> Either.Right<A, B>.result()
IMHO Does not make any sense, you already have
fold()