<> <<>> <> <> DIRECTORY Rope USING [ROPE]; IPUtils: CEDAR DEFINITIONS ~ BEGIN <<>> ROPE: TYPE ~ Rope.ROPE; ToWritten: PROC[from, to: ROPE, tick: PROC _ NIL]; ToEncoded: PROC[from, to: ROPE, tick: PROC _ NIL]; RopeToMaster: PROC[rope: ROPE, to: ROPE]; END.