I see the variance of MonoK has been changed from ...
# arrow
g
I see the variance of MonoK has been changed from
data class MonoK<A>(val mono: Mono<A>) : MonoKOf<A>, MonoKKindedJ<A>
in v0.8.2 to
data class MonoK<out A>(val mono: Mono<out A>) : MonoKOf<A>
v0.10.5-SNAPSHOT