summaryrefslogtreecommitdiff
path: root/compiler/Language/Haskell/Syntax/Extension.hs
diff options
context:
space:
mode:
authorVladislav Zavialov <vlad.z.4096@gmail.com>2021-03-28 16:17:34 +0300
committerVladislav Zavialov <vlad.z.4096@gmail.com>2021-03-28 16:17:34 +0300
commitdf27e931cc1961952aeb30df886182419974cdbe (patch)
tree74cebdef62d525e0b27a10663b6620e03cca3626 /compiler/Language/Haskell/Syntax/Extension.hs
parentc57e3d459a4dc1644603f30a75d0e8d56794300b (diff)
downloadhaskell-wip/remove-noghctc.tar.gz
WIP: Remove NoGhcTc from HsMatchContextwip/remove-noghctc
Diffstat (limited to 'compiler/Language/Haskell/Syntax/Extension.hs')
-rw-r--r--compiler/Language/Haskell/Syntax/Extension.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/Language/Haskell/Syntax/Extension.hs b/compiler/Language/Haskell/Syntax/Extension.hs
index a9bef9b610..5514a068ed 100644
--- a/compiler/Language/Haskell/Syntax/Extension.hs
+++ b/compiler/Language/Haskell/Syntax/Extension.hs
@@ -150,6 +150,9 @@ class WrapXRec p a where
-- | Maps the "normal" id type for a given pass
type family IdP p
+-- | Maps the context id type for a given pass
+type family CtxIdP p
+
type LIdP p = XRec p (IdP p)
-- =====================================================================