summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2015-02-23 05:32:56 -0600
committerAustin Seipp <austin@well-typed.com>2015-02-23 05:32:56 -0600
commit266fa701286e1cda406e3fbae368aa9666a18980 (patch)
treeed0d2084124c5ad8df38e3f808ca2e84cae9f173 /libraries
parentc3f9eb4d0626fc40f77e61653deca84cc3e1542f (diff)
downloadhaskell-266fa701286e1cda406e3fbae368aa9666a18980.tar.gz
base: fix broken link (#10088)
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/base/Data/Ix.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/base/Data/Ix.hs b/libraries/base/Data/Ix.hs
index e7e1f34bee..0171431f45 100644
--- a/libraries/base/Data/Ix.hs
+++ b/libraries/base/Data/Ix.hs
@@ -56,8 +56,8 @@ module Data.Ix
-- > inRange (Yellow,Blue) Red == False
--
-- * For single-constructor datatypes, the derived instance declarations
- -- are as shown for tuples in Figure 1
- -- <http://www.haskell.org/onlinelibrary/ix.html#prelude-index>.
+ -- are as shown for tuples in chapter 19, section 2 of the Haskell 2010 report:
+ -- <https://www.haskell.org/onlinereport/haskell2010/haskellch19.html>.
) where