<> <> DIRECTORY Rope, TextNode; DocCache: CEDAR DEFINITIONS = { ROPE: TYPE = Rope.ROPE; TiogaNode: TYPE = TextNode.Ref; GetDoc: PROC [fileName: ROPE] RETURNS [doc: TiogaNode]; }.