DocCache.mesa
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];
}.