Add `liftedTyped` to `Lift` class
Implements GHC proposal 43, adding a `liftTyped` method to the `Lift` typeclass. This also adds some documentation to `TExp`, describing typed splices and their advantages over their untyped counterparts. Resolves #14671.
Showing
- libraries/template-haskell/Language/Haskell/TH/Syntax.hs 54 additions, 4 deletionslibraries/template-haskell/Language/Haskell/TH/Syntax.hs
- libraries/template-haskell/changelog.md 5 additions, 0 deletionslibraries/template-haskell/changelog.md
- testsuite/tests/deriving/should_compile/T14682.stderr 7 additions, 0 deletionstestsuite/tests/deriving/should_compile/T14682.stderr
Loading