next node: BitsetReduce,
prev node: BitsetFold,
up to node: Subsystem Bitsets


BitsetMap

Signature of BitsetMap

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

SIGNATURE BitsetMap

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

--

IMPORT Bitset ONLY set
       Nat ONLY nat

FUN * : (nat -> nat) ** set -> set
        -- f * s
        -- apply f to all elements of s


next node: BitsetReduce,
prev node: BitsetFold,
up to node: Subsystem Bitsets