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: 2010-09-30 18:24:17 +0200 (Do, 30. Sep 2010) $ ($Revision: 616 $)

--

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