
<<SMDF.mesa>>
<<Copyright  1985 by Xerox Corporation.  All rights reserved.>>
<<last edit by Satterthwaite, April 15, 1986 5:03:14 pm PST>>

DIRECTORY
Rope: TYPE USING [ROPE],
SMOps: TYPE USING [MS],
SMTree: TYPE Tree USING [Link];

SMDF: CEDAR DEFINITIONS~{
OPEN Tree~~SMTree;

WriteDFFile: PROC[ms: SMOps.MS, t: Tree.Link, modelFileName: Rope.ROPE] ~ INLINE {};

}.

