What is the correct way to solve this?. Usually I ...
# arrow
c
What is the correct way to solve this?. Usually I make these functions inline so context is not lost
s
You can create a custom
inline
function. We’re updating Arrow Core atm to be
inlined
to support this more idiomatic style in Kotlin.