summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/Ppr.hs
diff options
context:
space:
mode:
authorZiyang Liu <unsafeFixIO@gmail.com>2021-10-05 16:57:50 -0700
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-02-09 20:43:02 -0500
commit53c26e79961b6fac249425b1023e92646cdbfe41 (patch)
tree50e42c578c31b721b17d4f0311f4dd10b6bc8b4a /compiler/GHC/Core/Ppr.hs
parente01ffec2456739bcfba750f0c36716ff697404bf (diff)
downloadhaskell-53c26e79961b6fac249425b1023e92646cdbfe41.tar.gz
Include ru_name in toHsRule message
See #18147
Diffstat (limited to 'compiler/GHC/Core/Ppr.hs')
-rw-r--r--compiler/GHC/Core/Ppr.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Core/Ppr.hs b/compiler/GHC/Core/Ppr.hs
index 853ed990bc..43579082a9 100644
--- a/compiler/GHC/Core/Ppr.hs
+++ b/compiler/GHC/Core/Ppr.hs
@@ -23,7 +23,7 @@ module GHC.Core.Ppr (
pprCoreBinding, pprCoreBindings, pprCoreAlt,
pprCoreBindingWithSize, pprCoreBindingsWithSize,
pprCoreBinder, pprCoreBinders,
- pprRules, pprOptCo
+ pprRule, pprRules, pprOptCo
) where
import GHC.Prelude