Not sure if Kotlin can defer `<F, A>` in tha...
# arrow
s
Not sure if Kotlin can defer
<F, A>
in that lambda. I feel like that currently wouldn’t be support to maybe
flatMap { cart -> calculateErrors<F, A>(cart) }