arrow-core-data / arrow.core / attempt
fun <E, A> Validated<E, A>.attempt(): Validated<Nothing, Either<E, A>>
fun <E, A>
Validated
<E, A>.attempt():
<
Nothing
,
Either
<E, A>>
Do you like Arrow?