packages feed

ajhc-0.8.0.1: lib/haskell98/Array.hs

module Array (
    module Ix,  -- export all of Ix for convenience
    Array, array, listArray, (!), bounds, indices, elems, assocs,
    accumArray, (//), accum, ixmap
  ) where

import Ix
import Data.Array