What is a `Kind<ForListK, String>` and how c...
# arrow
k
What is a
Kind<ForListK, String>
and how can I convert it into a
List<String>
?
s
There is also an utility function
.value()
which applies
fix().value
😉