From c14fb1c6eb6fd79c99cb5f3d82d2463f76d8c955 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 22 Jun 2010 12:09:21 +0000 Subject: [PATCH] remove extraneous info from docs for Array --- GHC/Arr.lhs | 1 - 1 file changed, 1 deletion(-) 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 -- 1.7.10.4