summaryrefslogtreecommitdiff
path: root/compiler/GHC/Hs/Expr.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Hs/Expr.hs-boot')
-rw-r--r--compiler/GHC/Hs/Expr.hs-boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/GHC/Hs/Expr.hs-boot b/compiler/GHC/Hs/Expr.hs-boot
index c5a158e11a..204af54681 100644
--- a/compiler/GHC/Hs/Expr.hs-boot
+++ b/compiler/GHC/Hs/Expr.hs-boot
@@ -8,7 +8,7 @@
module GHC.Hs.Expr where
import GHC.Utils.Outputable ( SDoc, Outputable )
-import Language.Haskell.Syntax.Pat ( LMatchPat )
+import Language.Haskell.Syntax.Pat ( LPat )
import {-# SOURCE #-} GHC.Hs.Pat () -- for Outputable
import GHC.Types.Basic ( SpliceExplicitFlag(..))
import Language.Haskell.Syntax.Expr
@@ -34,7 +34,7 @@ pprSpliceDecl :: (OutputableBndrId p)
pprPatBind :: forall bndr p . (OutputableBndrId bndr,
OutputableBndrId p)
- => LMatchPat (GhcPass bndr) -> GRHSs (GhcPass p) (LHsExpr (GhcPass p)) -> SDoc
+ => LPat (GhcPass bndr) -> GRHSs (GhcPass p) (LHsExpr (GhcPass p)) -> SDoc
pprFunBind :: (OutputableBndrId idR)
=> MatchGroup (GhcPass idR) (LHsExpr (GhcPass idR)) -> SDoc