summaryrefslogtreecommitdiff
path: root/docs/users_guide/debugging.rst
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-11-01 21:12:11 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-12-21 01:46:00 -0500
commit8ea79a16c57a9fcfd091ab7f4aa457e100fa42b5 (patch)
tree77d85883564bc1f99d3950aa48aa1d5d422b86f9 /docs/users_guide/debugging.rst
parentd47bb1099f388b68116dabf16afb1c551eb9588a (diff)
downloadhaskell-8ea79a16c57a9fcfd091ab7f4aa457e100fa42b5.tar.gz
Rename -fcatch-bottoms to -fcatch-nonexhaustive-cases
As noted in #20601, the previous name was rather misleading.
Diffstat (limited to 'docs/users_guide/debugging.rst')
-rw-r--r--docs/users_guide/debugging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/debugging.rst b/docs/users_guide/debugging.rst
index 77bb7f0e2c..50a6c279a4 100644
--- a/docs/users_guide/debugging.rst
+++ b/docs/users_guide/debugging.rst
@@ -982,7 +982,7 @@ Checking for consistency
as each function will start at a cache line.
However forcing larger alignments in general reduces performance.
-.. ghc-flag:: -fcatch-bottoms
+.. ghc-flag:: -fcatch-nonexhaustive-cases
:shortdesc: Add a default ``error`` alternative to case expressions without
a default alternative.
:type: dynamic