AbbrevExpandExtras.mesa
Copyright © 1986 by Xerox Corporation. All rights reserved.
Michael Plass, May 1, 1986 11:55:32 am PDT
AbbrevExpandExtras: CEDAR DEFINITIONS
= BEGIN
Validate: PROC [name: ATOM] RETURNS [changed: BOOLFALSE];
Checks for a new name—file binding, and reloads if necessary
name should be a lower-case atom
Returns TRUE if the reload happened
ValidateAll: PROC RETURNS [changed: BOOLFALSE];
Checks for any new name—file bindings, and reloads as required
END.