diff options
author | romes <rodrigo.m.mesquita@gmail.com> | 2022-03-13 18:06:04 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-03-14 11:36:39 -0400 |
commit | 135888ddc6adc99126b84194a5da3d8736324132 (patch) | |
tree | 70cb2a1d13e5959d802fb4d1fc15f4bcada3e7a9 /utils/haddock | |
parent | 97db789eec7a49c3ec30a83666720221c26d8f9e (diff) | |
download | haskell-135888ddc6adc99126b84194a5da3d8736324132.tar.gz |
TTG Pull AbsBinds and ABExport out of the main AST
AbsBinds and ABExport both depended on the typechecker, and were thus
removed from the main AST Expr.
CollectPass now has a new function `collectXXHsBindsLR` used for the new
HsBinds extension point
Bumped haddock submodule to work with AST changes.
The removed Notes from Language.Haskell.Syntax.Binds were duplicated
(and not referenced) and the copies in GHC.Hs.Binds are kept (and
referenced there). (See #19252)
Diffstat (limited to 'utils/haddock')
m--------- | utils/haddock | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/utils/haddock b/utils/haddock -Subproject 5d14361971ec6e6c3dfca282e4b80b307087afe +Subproject e057bfc880d98fe872e3ee9291d2ee1cd3ceecc |