Skip to content

Handle type data declarations in Template Haskell quotations and splices (fixes #22500)

Ross Paterson requested to merge RossPaterson/ghc:wip/type-data into master

Handle type data declarations in Template Haskell quotations by representing them with a TypeDataD constructor of the Template Haskell Dec type. When these are spliced back in, the constructors they contain are placed in the TyCls namespace.

Merge request reports