<> <> <> <> <<>> <> DIRECTORY Core USING [Wire], CoreGeometry USING [Decoration, Transformation], IO USING [STREAM], Rope USING [ROPE]; DrcDebug: CEDAR DEFINITIONS ~ BEGIN debug: BOOL; trace, pause: ATOM; break: SIGNAL; dLog: IO.STREAM; Debug: PROC; <> PrintWire: PROC [w: Core.Wire]; GeometryInWire: PUBLIC PROC [w: Core.Wire, transf: CoreGeometry.Transformation, handle: CoreGeometry.Decoration]; ImportantMessage: PROC [msg: Rope.ROPE] <> END.