<> <> <> <> DIRECTORY AMEvents USING[ Outcome ], Rope USING[ ROPE ], AMTypes USING[ TV ]; AMEventsPrivate: DEFINITIONS = BEGIN Outcome: TYPE = AMEvents.Outcome; DuplicateBreakpoint: ERROR; ProvokeProcessEvent: PROC[ p: AMTypes.TV, frame: AMTypes.TV, msg: Rope.ROPE] RETURNS[outcome: Outcome]; END.