From: Simon Marlow Date: Tue, 22 Jun 2010 12:09:21 +0000 (+0000) Subject: remove extraneous info from docs for Array X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c14fb1c6eb6fd79c99cb5f3d82d2463f76d8c955;p=ghc-base.git remove extraneous info from docs for Array --- diff --git a/GHC/Arr.lhs b/GHC/Arr.lhs index 111c6e3..09c50cf 100644 --- a/GHC/Arr.lhs +++ b/GHC/Arr.lhs @@ -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