next node: DArrayFilter,
prev node: DArrayConv,
up to node: Subsystem Dynamic Arrays


DArrayMap

Mappings of dArrays

Signature of DArrayMap

List of Import References :
See Array
See BOOL
See Bitset
See DArray
See DENOTATION
See Nat
See Option

SIGNATURE DArrayMap [from,to]

$Date: 1998/06/16 16:00:04 $ ($Revision: 1.1.1.1 $)

SORT from to

IMPORT DArray[from] ONLY dArray
       DArray[to]   ONLY dArray

f * a (map): apply f to all elements of a. f should be a total function an from.

FUN * : (from->to)**dArray[from]->dArray[to]


next node: DArrayFilter,
prev node: DArrayConv,
up to node: Subsystem Dynamic Arrays