I get an error in Dotty 0.6.0-RC1. ```scala scala> enum class Hoge[F[_]] 1 |enum class Hoge[F[_]] |^ |Type argument F$1 has not the same kind as its bound ``` I guessed that it failed to derive an Eq instance.