Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/src/prelude/Array/Array.hs

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


module Array ( 
     module Ix  -- export all of Ix 
    ,Array
    ,array
    ,listArray
    ,(!)
    ,bounds
    ,indices
    ,elems
    ,assocs
    ,accumArray
    ,(//)
    ,accum
--  ,amap	-- now fmap (instance Functor)
    ,ixmap
    ) where

import DArray
import Ix

import AMap
import Accum
import AccumArray
import ArrayFun
import Assocs
import Bounds
import Elems
import Eq_Array
import AIndex
import Indices
import IxMap
import ListArray
import Ord_Array
import Read_Array
import Replace
import Show_Array


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.