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

Modern scoped type variables: type arguments in constructor patterns
The accepted [GHC Proposal #448 "Modern scoped type variables"](https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0448-type-variable-scoping.rst) contains a section on "Type arguments in constructor patterns" that defines a few amendments to the feature, in particular: 1. Use a new language extension flag `TypeAbstractions` (!9666) 2. Any type variables mentioned in a type application are considered binding sites, shadowing any in-scope type variables. 3. It is an error to bring the same type variable into scope in two (or more) places within the same pattern. This ticket is to track the implementation of that part of the proposal.
issue