<<[Indigo]Rosemary2>PreRelease>Rosemary2.DF=>SwitchNumConvert.Mesa>> <> DIRECTORY RoseTypes, SwitchTypes, NumTypes; SwitchNumConvert: CEDAR DEFINITIONS = BEGIN MakeTransducer: PROC [switchy, nummy: RoseTypes.Node, within: RoseTypes.Cell, writeSwitchy, writeNummy: BOOLEAN, to: RoseTypes.ExpansionReceiver] RETURNS [RoseTypes.Cell]; END.