-- TAShadow.mesa
-- Rick Beach, June 18, 1982 8:08 pm
DIRECTORY
NodeStyle USING [Ref],
TextNode USING [Ref];
TAShadow: DEFINITIONS = {
EstablishShadow: PROCEDURE[node: TextNode.Ref, nodeStyle: NodeStyle.Ref];
}.