X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FArr.lhs;fp=GHC%2FArr.lhs;h=4586fec9d40250e8c6fbeb7445e3901ae0a63b78;hb=9998ccb135e022aee442d32bf1f9e723a2256887;hp=2c23faa4d75ec17f4a7066bf8c89c9943cedc019;hpb=dae853e21f2a1ac47cee4b63b6cc305129320edb;p=ghc-base.git diff --git a/GHC/Arr.lhs b/GHC/Arr.lhs index 2c23faa..4586fec 100644 --- a/GHC/Arr.lhs +++ b/GHC/Arr.lhs @@ -40,7 +40,7 @@ default () \begin{code} -- | The 'Ix' class is used to map a contiguous subrange of values in -- a type onto integers. It is used primarily for array indexing --- (see "Data.Array", "Data.Array.IArray" and "Data.Array.MArray"). +-- (see the array package). -- -- The first argument @(l,u)@ of each of these operations is a pair -- specifying the lower and upper bounds of a contiguous subrange of values.