<> <> <> DIRECTORY Rope USING [ROPE]; SummonerLoadDeps: CEDAR DEFINITIONS = { ROPE: TYPE ~ Rope.ROPE; RecurseThroughInstall: PROC [file: ROPE, install: PROC [module, file: ROPE], run: PROC [package: ROPE], other: PROC [line: ROPE], checkVMap, recurseVMap: BOOL _ TRUE]; CantFind: SIGNAL [module, full: ROPE]; --Called by RecurseThroughInstall when it has to resort to a version map }.