<> <> <> DIRECTORY Rope USING [ROPE]; <> <<>> WhoIs: CEDAR DEFINITIONS = { Query: PROC [pattern: Rope.ROPE] RETURNS[out: Rope.ROPE]; }. <<>>