Skip to content

Some forall-related cleanup in deriving code

Ryan Scott requested to merge RyanGlScott/ghc:wip/deriving-forall-cleanup into master
  • Tweak the parser to allow deriving clauses to mention explicit foralls or kind signatures without gratuitous parentheses. (This fixes #14332 (closed) as a consequence.)
  • Allow Haddock comments on deriving clauses with explicit foralls. This requires corresponding changes in Haddock.
Edited by Ryan Scott

Merge request reports