List of Import References :
See BOOL
SIGNATURE DENOTATION
$Date: 2011-09-28 10:10:50 +0200 (Mi, 28. Sep 2011) $ ($Revision: 713 $)
-- predefined structure for denotations
SORT denotation
IMPORT BOOL ONLY bool
FUN tl: denotation->denotation -- tail
-- tl("") == undefined
-- tl("aX") == "X"
FUN <| : denotation**denotation->bool -- prefix
-- "" <| d == true
-- "aX" <| "aY" == "X" <| "Y"
-- "aX" <| "bY" == false
next node: ABORT,
prev node: BOOL,
up to node: Subsystem Compiler