diff options
author | romes <rodrigo.m.mesquita@gmail.com> | 2022-03-18 15:49:19 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-03-19 07:37:36 -0400 |
commit | d45bb70178e044bc8b6e8215da7bc8ed0c95f2cb (patch) | |
tree | 2cc4d77fc4bdf1745551f5f01beab50ea08c1ab0 /compiler/Language/Haskell/Syntax | |
parent | d1c03719277c2eda9ee9f4b45c62fa954b609b8e (diff) | |
download | haskell-d45bb70178e044bc8b6e8215da7bc8ed0c95f2cb.tar.gz |
Remove dead code HsDoRn
Diffstat (limited to 'compiler/Language/Haskell/Syntax')
-rw-r--r-- | compiler/Language/Haskell/Syntax/Expr.hs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/Language/Haskell/Syntax/Expr.hs b/compiler/Language/Haskell/Syntax/Expr.hs index 2d5d407092..555450abbb 100644 --- a/compiler/Language/Haskell/Syntax/Expr.hs +++ b/compiler/Language/Haskell/Syntax/Expr.hs @@ -633,10 +633,6 @@ data HsExpr p -- general idea, and Note [Rebindable syntax and HsExpansion] in GHC.Hs.Expr -- for an example of how we use it. --- | The AST used to hard-refer to GhcPass, which was a layer violation. For now, --- we paper it over with this new extension point. -type family HsDoRn p - -- --------------------------------------------------------------------- data DotFieldOcc p |