``` interface Config<F> { fun host(): Kind...
# arrow
r
Copy code
interface Config<F> {
  fun host(): Kind<F, Host>
}