summaryrefslogtreecommitdiff
path: root/compiler/GHC/Tc/Utils/Backpack.hs
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-09-24 15:54:29 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-09-29 09:44:40 -0400
commit7c90a1804d25c77e829546f5d744f92f3c840a77 (patch)
tree1ae086be792b95322dee65497538297b2617c84d /compiler/GHC/Tc/Utils/Backpack.hs
parent1f2ba67a07c1f94c0232952eb3af184a0962e881 (diff)
downloadhaskell-7c90a1804d25c77e829546f5d744f92f3c840a77.tar.gz
compiler: Rename nameEnvElts -> nonDetNameEnvElts
Diffstat (limited to 'compiler/GHC/Tc/Utils/Backpack.hs')
-rw-r--r--compiler/GHC/Tc/Utils/Backpack.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Tc/Utils/Backpack.hs b/compiler/GHC/Tc/Utils/Backpack.hs
index a2599c3a57..bb0140d5e8 100644
--- a/compiler/GHC/Tc/Utils/Backpack.hs
+++ b/compiler/GHC/Tc/Utils/Backpack.hs
@@ -157,7 +157,7 @@ checkHsigIface tcg_env gr sig_iface
-- have to look up the right name.
sig_type_occ_env = mkOccEnv
. map (\t -> (nameOccName (getName t), t))
- $ nameEnvElts sig_type_env
+ $ nonDetNameEnvElts sig_type_env
dfun_names = map getName sig_insts
check_export name
-- Skip instances, we'll check them later