diff options
Diffstat (limited to 'compiler/GHC/Hs/Pat.hs-boot')
-rw-r--r-- | compiler/GHC/Hs/Pat.hs-boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Hs/Pat.hs-boot b/compiler/GHC/Hs/Pat.hs-boot index 1a783e3c7e..e0849375b9 100644 --- a/compiler/GHC/Hs/Pat.hs-boot +++ b/compiler/GHC/Hs/Pat.hs-boot @@ -15,6 +15,6 @@ import Data.Kind type role Pat nominal data Pat (i :: Type) -type LPat i = XRec i Pat +type LPat i = XRec i (Pat i) instance OutputableBndrId p => Outputable (Pat (GhcPass p)) |