Interface.mesa
Copyright © 1986 by Xerox Corporation. All rights reserved.
Author, Time
Brief description of this interface.
DIRECTORY
Include USING [Item],
Include USING [Item];
Interface: CEDAR DEFINITIONS
~ BEGIN
Type: TYPE ~ Include.Type;
Type: TYPE ~ Include.Type;
Heading
Type: TYPE ~ TypeExpression;
Description of the type.
Type: TYPE ~ REF TypeRep;
TypeRep: TYPE ~ RECORD [field: Type, field: Type];
Description of the type.
Type: TYPE ~ REF TypeRep;
TypeRep: TYPE ~ RECORD [
field: Type, -- description of the field
field: Type, -- description of the field
field: Type -- description of the field
];
Description of the type.
Proc: PROC [args] RETURNS [results];
Description of the procedure.
Proc: PROC [args] RETURNS [results];
Description of the procedure.
Heading
Type: TYPE ~ TypeExpression;
Description of the type.
Type: TYPE ~ REF TypeRep;
TypeRep: TYPE ~ RECORD [field: Type, field: Type];
Description of the type.
Type: TYPE ~ REF TypeRep;
TypeRep: TYPE ~ RECORD [
field: Type, -- description of the field
field: Type, -- description of the field
field: Type -- description of the field
];
Description of the type.
Proc: PROC [args] RETURNS [results];
Description of the procedure.
Proc: PROC [args] RETURNS [results];
Description of the procedure.
END.