next node: TripleMap,
prev node: QuadrupleMap,
up to node: Subsystem ProductLike


TripleConv

Signature of TripleConv

List of Import References :
See BOOL
See DENOTATION
See Triple

SIGNATURE TripleConv[data1, data2, data3]

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

-- converting triples

-- Parameter
SORT data1 data2 data3

IMPORT Triple[data1, data2, data3] ONLY triple

FUN ` : (data1 -> denotation) ** (data2 -> denotation) **
        (data3 -> denotation) -> triple -> denotation

FUN ` : denotation ** denotation ** denotation -> 
        (data1 -> denotation) ** (data2 -> denotation) **
        (data3 -> denotation) -> triple -> denotation

-- this form allows for giving left bracket, seperator and right bracket
-- explicitly
-- `(f1,f2,f3)(t) == `("(", ",", ")")(f1,f2,f3)(t)
--                    == "(" f1(1st(t)) "," f2(2nd(t)) "," f3(3rd(t)) ")"


next node: TripleMap,
prev node: QuadrupleMap,
up to node: Subsystem ProductLike