<> <> <> DIRECTORY Synthesizer USING [ SynthSpec ], Thrush USING [ ActionType ], ThSmartsPrivate USING [ LarkInfo ] ; LarkSynthesizer: CEDAR DEFINITIONS = { <> AddText: PROC[ info: ThSmartsPrivate.LarkInfo, synthSpec: Synthesizer.SynthSpec, filter: BOOL_TRUE, queueIt: BOOL_TRUE ]; <<>> SynthFlush: PROC[ info: ThSmartsPrivate.LarkInfo ]; <> LarkSynthReport: PROC[sS: Synthesizer.SynthSpec, actionType: Thrush.ActionType]; }. <> <> <<>> <<>>