I was experimenting with this in <https://github.c...
# arrow
i
I was experimenting with this in https://github.com/istonikula/realworld-api/blob/1b5dc3b165aa02b497f08b58be3fe58e01436fcf/realworld-domain/src/main/kotlin/io/realworld/domain/core/UsersFP.kt#L22 and as my error type is not Throwable that rules the whole bindingCatch out, just wondering if there is any difference in this case in using
monad()
directly instead of
monadError()
similar to the example