[project @ 1999-11-11 15:20:28 by simonmar]
[ghc-hetmet.git] / ghc / lib / std / PrelArr.lhs
index e36c52c..dea699a 100644 (file)
@@ -143,7 +143,7 @@ done (l,u) marr = \s1 ->
 
 arrEleBottom :: a
 arrEleBottom = error "(Array.!): undefined array element"
--- ToDo: arrEleBottom = throw (ArrayException (UndefinedElement "Array.!"))
+
 
 -----------------------------------------------------------------------
 -- These also go better with magic: (//), accum, accumArray