remove extraneous info from docs for Array
authorSimon Marlow <marlowsd@gmail.com>
Tue, 22 Jun 2010 12:09:21 +0000 (12:09 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Tue, 22 Jun 2010 12:09:21 +0000 (12:09 +0000)
GHC/Arr.lhs

index 111c6e3..09c50cf 100644 (file)
@@ -354,7 +354,6 @@ type IPr = (Int, Int)
 
 -- | The type of immutable non-strict (boxed) arrays
 -- with indices in @i@ and elements in @e@.
--- The Int is the number of elements in the Array.
 data Ix i => Array i e
                  = Array !i         -- the lower bound, l
                          !i         -- the upper bound, u