[Git][ghc/ghc][wip/sgraf-T12457] Implement "Deriving via TH" idea (#12457)

Sebastian Graf (@sgraf812) gitlab at gitlab.haskell.org
Mon Jun 24 10:12:50 UTC 2024



Sebastian Graf pushed to branch wip/sgraf-T12457 at Glasgow Haskell Compiler / GHC


Commits:
9cf2c460 by Sebastian Graf at 2024-06-24T12:12:45+02:00
Implement "Deriving via TH" idea (#12457)

- - - - -


30 changed files:

- compiler/GHC/Builtin/Names/TH.hs
- compiler/GHC/Hs/Decls.hs
- compiler/GHC/Hs/Expr.hs
- compiler/GHC/Hs/Instances.hs
- compiler/GHC/HsToCore/Quote.hs
- compiler/GHC/Iface/Ext/Ast.hs
- compiler/GHC/Parser.y
- compiler/GHC/Parser/Annotation.hs
- compiler/GHC/Parser/Lexer.x
- compiler/GHC/Rename/Module.hs
- compiler/GHC/Rename/Splice.hs
- compiler/GHC/Tc/Deriv.hs
- compiler/GHC/Tc/Deriv/Generate.hs
- compiler/GHC/Tc/Deriv/Infer.hs
- compiler/GHC/Tc/Deriv/Utils.hs
- compiler/GHC/Tc/Gen/Bind.hs
- compiler/GHC/Tc/Gen/HsType.hs
- compiler/GHC/Tc/Gen/Splice.hs
- compiler/GHC/Tc/Gen/Splice.hs-boot
- compiler/GHC/Tc/TyCl/Instance.hs
- compiler/GHC/Tc/TyCl/Instance.hs-boot
- compiler/Language/Haskell/Syntax/Decls.hs
- compiler/Language/Haskell/Syntax/Extension.hs
- libraries/ghc-internal/src/GHC/Internal/TH/Lib.hs
- + testsuite/tests/th/T12457.hs
- + testsuite/tests/th/T12457.stdout
- + testsuite/tests/th/T12457_aux.hs
- testsuite/tests/th/all.T
- utils/haddock/haddock-api/src/Haddock/Backends/Hyperlinker/Parser.hs
- utils/haddock/haddock-api/src/Haddock/Interface/Rename.hs


The diff was not included because it is too large.


View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9cf2c4603d695b6a244db7e2cd384bef3f185862

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9cf2c4603d695b6a244db7e2cd384bef3f185862
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240624/1488caff/attachment.html>


More information about the ghc-commits mailing list