next node: StringMapSeq,
prev node: StringIndex,
up to node: Subsystem Strings


StringMap

Signature of StringMap

List of Import References :
See BOOL
See Char
See DENOTATION
See Nat
See Option
See Seq
See String

SIGNATURE StringMap

$Date: 2010-09-30 18:24:17 +0200 (Do, 30. Sep 2010) $ ($Revision: 616 $)

-- mappings on strings 

IMPORT String ONLY string
       Char ONLY char

FUN * : (char -> char) ** string -> string
        -- f * s
        -- apply f to all elements of s


next node: StringMapSeq,
prev node: StringIndex,
up to node: Subsystem Strings