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
committerShayne Fletcher <shayne@shaynefletcher.org>2021-05-26 04:04:43 -0400
commit48c9b408538cdb784e9c9764227e4544f48af6ec (patch)
tree7e99e8580473718a4f7c6a692672082d245a743b /compiler/Language/Haskell/Syntax/Extension.hs
parent11bdf3cdd6efb406839a0ebe33455908a66df805 (diff)
downloadhaskell-wip/T19783.tar.gz
Change representation of HsGetField and HsProjectionwip/T19783
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