List of Import References :
See BOOL
See Char
See DENOTATION
See Nat
See Option
See Seq
See String
SIGNATURE SeqConv[data]
$Date: 2010-09-30 18:24:17 +0200 (Do, 30. Sep 2010) $ ($Revision: 616 $)
-- converting a seq to a denotation
-- Parameter
SORT data
IMPORT Seq[data] ONLY seq
String ONLY string
-- second variant allows for customized beginning/seperator/ending
-- `(f)(s) === `("<", ",", ">")(f)(s)
-- `(f)(<e0, e1, ..., en>) == "<" f(e1) "," f(e2) "," ... "," f(en) ">"
FUN ` : (data -> denotation) -> seq[data] -> denotation
FUN ` : (denotation ** denotation ** denotation) ->
(data -> denotation) -> seq[data] -> denotation
FUN ` : (data -> string) -> seq[data] -> string
FUN ` : (denotation ** denotation ** denotation) ->
(data -> string) -> seq[data] -> string
next node: SeqFilter,
prev node: SeqCompare,
up to node: Subsystem Sequences Proper