ModuleImpl.mesa
Copyright © 1986 by Xerox Corporation. All rights reserved.
Author, Time
Description of what this module does.
DIRECTORY
Interface USING [Item],
Interface USING [Item];
ModuleImpl: CEDAR PROGRAM
IMPORTS Import, Import
EXPORTS Export
~ BEGIN
Type: TYPE ~ Interface.Type;
Type: TYPE ~ Interface.Type;
Heading
Proc: PUBLIC PROC [args] RETURNS [results] ~ {
Description of the procedure.
code
};
Proc: PUBLIC PROC [args] RETURNS [results] ~ {
Description of the procedure.
code
};
Heading
Proc: PUBLIC PROC [args] RETURNS [results] ~ {
Description of the procedure.
code
};
Proc: PUBLIC PROC [args] RETURNS [results] ~ {
Description of the procedure.
code
};
END.