Admin message

Due to a large amount of spam we do not allow new users to create repositories, they are "external" users. If you are a new user and want to create a repository, for example for forking GHC, open a new issue on ghc/ghc using the "get-verified" issue template

Panic with representation polymorphism and out-of-scope
Compiling the following code causes a panic in `typeKind`, even with the recent changes to representation polymorphism (fixing #23154) ```haskell module M where import GHC.Exts f = outOfScope :: (_ :: TYPE (r s)) ``` This is probably best tackled after #20686, because just like #23051 it involves types whose kinds are ill-scoped.
issue