diff options
author | Vladislav Zavialov <vlad.z.4096@gmail.com> | 2021-03-28 16:17:34 +0300 |
---|---|---|
committer | Vladislav Zavialov <vlad.z.4096@gmail.com> | 2021-03-28 16:17:34 +0300 |
commit | df27e931cc1961952aeb30df886182419974cdbe (patch) | |
tree | 74cebdef62d525e0b27a10663b6620e03cca3626 /compiler/Language/Haskell/Syntax/Extension.hs | |
parent | c57e3d459a4dc1644603f30a75d0e8d56794300b (diff) | |
download | haskell-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.hs | 3 |
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) -- ===================================================================== |