Some forall-related cleanup in deriving code
- Tweak the parser to allow
deriving
clauses to mention explicitforall
s or kind signatures without gratuitous parentheses. (This fixes #14332 (closed) as a consequence.) - Allow Haddock comments on
deriving
clauses with explicitforall
s. This requires corresponding changes in Haddock.
Edited by Ryan Scott