<> <> <> <> <> DIRECTORY CDGenerate, Rope; CDGenerateImports: CEDAR DEFINITIONS = BEGIN <> GetImportContext: PROC [designName: Rope.ROPE] RETURNS [CDGenerate.Context]; <<--will do IO when necessary>> <<>> ImporteeName: PROC [context: CDGenerate.Context] RETURNS [Rope.ROPE]; <<--returns design name, [context must have been created with GetImportContext]>> <<>> END.