summaryrefslogtreecommitdiff
path: root/compiler/GHC/Hs/Pat.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Hs/Pat.hs-boot')
-rw-r--r--compiler/GHC/Hs/Pat.hs-boot6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/GHC/Hs/Pat.hs-boot b/compiler/GHC/Hs/Pat.hs-boot
index fc5671c27a..b37bf187fd 100644
--- a/compiler/GHC/Hs/Pat.hs-boot
+++ b/compiler/GHC/Hs/Pat.hs-boot
@@ -10,10 +10,10 @@
module GHC.Hs.Pat where
import Outputable
-import GHC.Hs.Extension ( OutputableBndrId, GhcPass )
+import GHC.Hs.Extension ( OutputableBndrId, GhcPass, XRec )
type role Pat nominal
data Pat (i :: *)
-type LPat i = Pat i
+type LPat i = XRec i Pat
-instance (OutputableBndrId p) => Outputable (Pat (GhcPass p))
+instance OutputableBndrId p => Outputable (Pat (GhcPass p))