repline
repline copied to clipboard
Fix warning: [GHC-39567] [-Wstar-is-type]
Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’ relies on the StarIsType extension, which will become deprecated in the future.
Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.