packages feed

planet-mitchell-0.0.0: src/Array.hs

module Array
  ( Array
  , array
  , bounds
  , indices
  , assocs
  , (//)
  , accum
  , ixmap
  ) where

import Data.Array