summaryrefslogtreecommitdiff
path: root/compiler/coreSyn/CoreUtils.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/coreSyn/CoreUtils.hs')
-rw-r--r--compiler/coreSyn/CoreUtils.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/coreSyn/CoreUtils.hs b/compiler/coreSyn/CoreUtils.hs
index e5365436e1..e0a2e5a4d2 100644
--- a/compiler/coreSyn/CoreUtils.hs
+++ b/compiler/coreSyn/CoreUtils.hs
@@ -2257,7 +2257,7 @@ diffIdInfo env bndr1 bndr2
= locBind "in unfolding of" bndr1 bndr2 $
diffUnfold env (unfoldingInfo info1) (unfoldingInfo info2)
| otherwise
- = locBind "in Id info of" bndr1 bndr2 . DL.singleton $
+ = locBind "in Id info of" bndr1 bndr2 . DL.singleton $
fsep [pprBndr LetBind bndr1, text "/=", pprBndr LetBind bndr2]
where info1 = idInfo bndr1; info2 = idInfo bndr2