<<-- PWConditional.mesa, >> <> <> <<>> DIRECTORY CD, Rope; PWConditional: CEDAR DEFINITIONS = BEGIN Inst: PUBLIC PROC [design: CD.Design, obj: CD.ObPtr, conds: LIST OF Rope.ROPE, removeNamed: BOOL _ TRUE] RETURNS [newObj: CD.ObPtr]; END.