<<>> <> <> <> DIRECTORY IO, Rope, VersionMap2; VersionMap2AsHint: CEDAR DEFINITIONS = {OPEN VersionMap2; CreateHintTaker: PROC [base: Map, theStamp: VersionStamp _ nullStamp, cache, hints: Map _ nullMap] RETURNS [Map]; < where n of c is enumerated by PFS given (replace the last component's version part by "*")[a name in base]. If theStamp is not nullStamp, t is theStamp. Otherwise, if neither cache nor hints can supply a stamp for (replace the last component's version part by "*")[n] of c, the file is read. If cache is given, stamps read from files are stored there.>> }.