next node: Identity,
prev node: Flip,
up to node: Subsystem General


Funct

Signature of Funct

List of Import References :
See BOOL
See DENOTATION

SIGNATURE Funct[from, to]

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

--
-- packing functions from "from" to "to"

-- Parameter
SORT from to

TYPE funct == asFunct(funct: from -> to)

FUN @ : funct ** from -> to        -- apply: f @ x == funct(f)(x)


next node: Identity,
prev node: Flip,
up to node: Subsystem General