We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I get an error in Dotty 0.6.0-RC1.
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.