[commit: ghc] master: base: fix broken link (#10088) (266fa70)
git at git.haskell.org
git at git.haskell.org
Mon Feb 23 11:31:11 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/266fa701286e1cda406e3fbae368aa9666a18980/ghc
>---------------------------------------------------------------
commit 266fa701286e1cda406e3fbae368aa9666a18980
Author: Austin Seipp <austin at well-typed.com>
Date: Mon Feb 23 05:32:56 2015 -0600
base: fix broken link (#10088)
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
266fa701286e1cda406e3fbae368aa9666a18980
libraries/base/Data/Ix.hs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libraries/base/Data/Ix.hs b/libraries/base/Data/Ix.hs
index e7e1f34..0171431 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
More information about the ghc-commits
mailing list