Hi guys. Is there any reason why something like `...
# arrow
c
Hi guys. Is there any reason why something like
Try { "$%" }.map { it.toInt() }
throws an exception rather than returning a
Failure
?