<> <> <> DIRECTORY Core, CStitching; Static: CEDAR DEFINITIONS = BEGIN <> <> <> ROPE: TYPE = Core.ROPE; <> <> CornerStitchWire: PROC [root: Core.CellType, wire: Core.Wire] RETURNS [tesselation: CStitching.Tesselation]; END.