that returns a `Kind<ForIO, Kind<ForListK&lt...
# arrow
j
that returns a
Kind<ForIO, Kind<ForListK<A>>>
afaik, you may need to cast it to
IO<Kind<ForListK, A>>
by using
.fix()
. More info here https://arrow-kt.io/docs/patterns/glossary/#higher-kinds
3