Skip to content
Snippets Groups Projects
Commit 266fa701 authored by Austin Seipp's avatar Austin Seipp
Browse files

base: fix broken link (#10088)

parent c3f9eb4d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment