<> <> <> <<>> <> <<>> DIRECTORY Rope USING [ROPE], TextNode USING [Ref], ViewerTools USING [TiogaContents]; MailUtilsBackdoor: CEDAR DEFINITIONS ~ BEGIN WritePlainCR: PROC [root: TextNode.Ref] RETURNS[text: Rope.ROPE]; <<>> GetCRTiogaContents: PROC [root: TextNode.Ref] RETURNS [contents: ViewerTools.TiogaContents]; END.