Skip to content

Implement the "Derive Lift instances for data types in template-haskell" proposal (#14030)

Sebastian Graf requested to merge wip/T14030 into master

After #22229 (closed) had been fixed, we can finally derive the Lift instance for the TH AST, as proposed by Ryan Scott in https://mail.haskell.org/pipermail/libraries/2015-September/026117.html.

Fixes #14030, #14296 (closed), #21759 and #24560 (closed).

Merge request reports