diff options
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) -- ===================================================================== |