Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TTG: Move ImpExp client-independent bits to L.H.S.ImpExp | romes | 2022-07-03 | 1 | -9/+0 |
| | | | | | | | | | | | Move the GHC-independent definitions from GHC.Hs.ImpExp to Language.Haskell.Syntax.ImpExp with the required TTG extension fields such as to keep the AST independent from GHC. This is progress towards having the haskell-syntax package, as described in #21592 Bumps haddock submodule | ||||
* | TTG: Move HsModule to L.H.S | romes | 2022-07-03 | 1 | -0/+9 |
Move the definition of HsModule defined in GHC.Hs to Language.Haskell.Syntax with an added TTG parameter and corresponding extension fields. This is progress towards having the haskell-syntax package, as described in #21592 |