haskell · haskell/ArrayException
ArrayException
ArrayException
Base type for array access exceptions from Data.Array. The two constructors are IndexOutOfBounds (index outside declared bounds) and UndefinedElement (element read before being assigned).