DocCache.mesa
Copyright Ó 1992 by Xerox Corporation. All rights reserved.
Mike Spreitzer August 3, 1986 12:33:53 pm PDT
DIRECTORY Rope, TextNode;
DocCache:
CEDAR
DEFINITIONS = {
ROPE: TYPE = Rope.ROPE;
TiogaNode: TYPE = TextNode.Ref;
GetDoc: PROC [fileName: ROPE] RETURNS [doc: TiogaNode];
}.