<> <> DIRECTORY Rosemary; RoseHelp: CEDAR DEFINITIONS = BEGIN OPEN Rosemary; NoHelpForAnything: ERROR; ask: ExpandDeciderClosure; GiveItAnything: PROCEDURE [topInstanceName, instanceName, className: ROPE, initData: REF ANY _ NIL, decider: ExpandDeciderClosure] RETURNS [topCell: Cell]; DecideFromFile: PROC [fileName: ROPE] RETURNS [ExpandDeciderClosure]; END.