summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Spiwack <arnaud.spiwack@tweag.io>2020-01-24 15:52:12 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-02-09 02:53:50 -0500
commita906595f060b9c038332f16adaf664eeb1d50f2e (patch)
treee150ffebfdc8d5d031432dafd9e2dff1ed790c10
parentf432d8c64058d3d00d917f0bc65feb1bf9f7aecb (diff)
downloadhaskell-a906595f060b9c038332f16adaf664eeb1d50f2e.tar.gz
Fix an outdated note link
This link appears to have been forgotten in 0dad81ca5fd1f63bf8a3b6ad09787559e8bd05c0 .
-rw-r--r--compiler/coreSyn/CoreSyn.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/coreSyn/CoreSyn.hs b/compiler/coreSyn/CoreSyn.hs
index bc04d4ee22..ffc9c6867e 100644
--- a/compiler/coreSyn/CoreSyn.hs
+++ b/compiler/coreSyn/CoreSyn.hs
@@ -541,7 +541,7 @@ substitutions until the next run of the simplifier.
Note [CoreSyn case invariants]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-See #case_invariants#
+See Note [Case expression invariants]
Note [Levity polymorphism invariants]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~