IPMisc.mesa
Last edited by:
Doug Wyatt, April 6, 1983 12:39 pm
DIRECTORY
Rope
USING [
ROPE];
IPMisc:
CEDAR
DEFINITIONS
=
BEGIN
ROPE:
TYPE = Rope.
ROPE;
ToWritten:
PROC[from:
ROPE, to:
ROPE, tick:
PROC ←
NIL];
ToEncoded:
PROC[from:
ROPE, to:
ROPE, tick:
PROC ←
NIL];
RopeToMaster:
PROC[rope:
ROPE, masterName:
ROPE];
END.