diff options
author | Arnaud Spiwack <arnaud.spiwack@tweag.io> | 2020-01-24 15:52:12 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-02-09 02:53:50 -0500 |
commit | a906595f060b9c038332f16adaf664eeb1d50f2e (patch) | |
tree | e150ffebfdc8d5d031432dafd9e2dff1ed790c10 | |
parent | f432d8c64058d3d00d917f0bc65feb1bf9f7aecb (diff) | |
download | haskell-a906595f060b9c038332f16adaf664eeb1d50f2e.tar.gz |
Fix an outdated note link
This link appears to have been forgotten in
0dad81ca5fd1f63bf8a3b6ad09787559e8bd05c0 .
-rw-r--r-- | compiler/coreSyn/CoreSyn.hs | 2 |
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] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |