next node: SetByPredFilter,
prev node: SetByPredConstr,
up to node: Subsystem Sets By Predicate


SetByPredConv

Signature of SetByPredConv

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

SIGNATURE SetByPredConv[data]

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

-- converting infinite sets to text

-- Parameter
SORT data

IMPORT SetByPred[data] ONLY set
       String          ONLY string

FUN ` : set -> denotation
FUN ` : set -> string

-- `(s) == "some infinite set"


next node: SetByPredFilter,
prev node: SetByPredConstr,
up to node: Subsystem Sets By Predicate