summaryrefslogtreecommitdiff
path: root/compiler/GHC/Types
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-02-21 17:19:07 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-02-24 20:25:06 -0500
commitd0deaaf4241fa236bd8d87abde68a0ad41a7e119 (patch)
tree34dfe80938a15ca0d6efb19f674ebdda54eecee5 /compiler/GHC/Types
parentb99646ed23ba75506005025e625edbc9a5cad41b (diff)
downloadhaskell-d0deaaf4241fa236bd8d87abde68a0ad41a7e119.tar.gz
Suggestions due to hlint
It turns out this job hasn't been running for quite a while (perhaps ever) so there are quite a few failures when running the linter locally.
Diffstat (limited to 'compiler/GHC/Types')
-rw-r--r--compiler/GHC/Types/Demand.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/GHC/Types/Demand.hs b/compiler/GHC/Types/Demand.hs
index 7376a610d4..0cfb0dae29 100644
--- a/compiler/GHC/Types/Demand.hs
+++ b/compiler/GHC/Types/Demand.hs
@@ -215,8 +215,7 @@ Here are reasons for too much optimism:
* Note [lubBoxity and plusBoxity] describes why we optimistically let Unboxed
win when combining different case alternatives.
-Boxity analysis fixes a number of issues:
-#19871, #19407, #4267, #16859, #18907, #13331
+Boxity analysis fixes a number of issues: #19871, #19407, #4267, #16859, #18907, #13331
Note [Function body boxity and call sites]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~