next node: StringFormat,
prev node: BTUnion,
up to node: Subsystem String Formatting And Scanning


BTUnionConv

Signature of BTUnionConv

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

SIGNATURE BTUnionConv

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

--

-- Converting union and seq[union] to denotation

IMPORT BTUnion ONLY union 
       Seq[union] ONLY seq      

FUN ` : union -> denotation
--  format: "<type>:" type`

FUN ` : seq[union] -> denotation
-- instantiated ` from SeqConv


next node: StringFormat,
prev node: BTUnion,
up to node: Subsystem String Formatting And Scanning