summaryrefslogtreecommitdiff
path: root/compiler/Language/Haskell/Syntax/Extension.hs
diff options
context:
space:
mode:
authorShayne Fletcher <shayne@shaynefletcher.org>2021-05-02 16:56:55 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-05-27 02:35:47 -0400
commit9935e99c893b9d5eb0a879116144cf62cc986e7d (patch)
tree12b0b1553278c04ac2ad31102205199ef2bb0413 /compiler/Language/Haskell/Syntax/Extension.hs
parent03d69e4bb6b92ccd8238bebd9cff68da23741f49 (diff)
downloadhaskell-9935e99c893b9d5eb0a879116144cf62cc986e7d.tar.gz
Change representation of HsGetField and HsProjection
Another change in a series improving record syntax in the AST. The key change in this commit is the renaming of `HsFieldLabel` to `DotFieldOcc`.
Diffstat (limited to 'compiler/Language/Haskell/Syntax/Extension.hs')
-rw-r--r--compiler/Language/Haskell/Syntax/Extension.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/Language/Haskell/Syntax/Extension.hs b/compiler/Language/Haskell/Syntax/Extension.hs
index 2f9b9d7583..278b8aa99e 100644
--- a/compiler/Language/Haskell/Syntax/Extension.hs
+++ b/compiler/Language/Haskell/Syntax/Extension.hs
@@ -427,9 +427,9 @@ type family XPragE x
type family XXExpr x
-- -------------------------------------
--- FieldLabel type families
-type family XCHsFieldLabel x
-type family XXHsFieldLabel x
+-- DotFieldOcc type families
+type family XCDotFieldOcc x
+type family XXDotFieldOcc x
-- -------------------------------------
-- HsPragE type families