Skip to content

Commit

Permalink
base: fix broken link (#10088)
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Seipp <austin@well-typed.com>
  • Loading branch information
Austin Seipp committed Feb 23, 2015
1 parent c3f9eb4 commit 266fa70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/base/Data/Ix.hs
Expand Up @@ -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

Expand Down

0 comments on commit 266fa70

Please sign in to comment.