Kind of Word32# is incorrect
Summary
On a 64-bit platform, Word32# has kind TYPE 'WordRep rather than TYPE 'Word32Rep. Indeed, the data constructor Word32Rep doesn't exist at all. In GHC 8.8, this is inconsistent with all of the other WordX# types, which have kind TYPE 'WordXRep that agrees with their size.
Environment
- GHC version used: 8.8.1
Optional:
- Operating System: Ubuntu
- System Architecture: x86_64