MakeDoPrivate.Mesa
Copyright Ó 1991 by Xerox Corporation. All rights reserved.
Last tweaked by Mike Spreitzer on October 6, 1992 11:06 am PDT
Carl Hauser, April 11, 1985 3:34:27 pm PST
Eduardo Pelegri-Llopart March 17, 1989 8:32:14 am PST
DIRECTORY
Commander USING [Handle],
Icons USING [IconFlavor],
IO USING [Value],
MakeDo,
SymTab;
MakeDoPrivate: CEDAR DEFINITIONS =
BEGIN OPEN MakeDo;
Definitions:
ia = i is a determiner of a
iba = i is an input of a
iÒa = i is a mandatory input of a
Current[n] = if Leaf[n]
then true
else let a = n.producer in
CorrectlyDerived[a]
' (