Using Arrow to Handle Errors and Exceptions in Kotlin
This is an introduction to leveraging Arrow to handle exceptions and errors in functional programming.
July 2020
· 1 MIN
· Kotlin · Funcitonal Programming · Error Handling · Arrow
Overview
#In functional programming, we deal with exceptions and error
Arrow is a FP(functional programming) library in kotlin, which aims to provide an interfaces and abstractions across Kotlin libraries.