MobHashTypes.mesa
Copyright Ó 1985, 1989, 1991 by Xerox Corporation. All rights reserved.
Satterthwaite, December 29, 1982 12:45 pm
Russ Atkinson (RRA) March 7, 1985 0:00:28 am PST
Andy Litman March 4, 1988 7:49:19 pm PST
JKF July 22, 1989 3:54:38 pm PDT
Foote, June 28, 1991 12:55 pm PDT

DIRECTORY
Symbols USING [htTag, HTIndex, HTNull, HVIndex],
Table USING [Tag];
MobHashTypes: DEFINITIONS={
public hash table types
htTag: Table.Tag = Symbols.htTag;
HTIndex: TYPE = Symbols.HTIndex;
HTNull: HTIndex = Symbols.HTNull;
HVIndex: TYPE = Symbols.HVIndex; -- length of hash vector
}.