<> <> <> <> <<>> <> DIRECTORY Core USING [Wire], IO USING [STREAM]; DrcDebug: CEDAR DEFINITIONS ~ BEGIN debug: BOOL; trace, pause: ATOM; break: SIGNAL; dLog: IO.STREAM; Debug: PROC; <> PrintWire: PROC [w: Core.Wire] END.