-- Last Modified By Warren Teitelman On March 12, 1983 12:43 pm

SpellPackage: CONFIGURATION LINKS: CODE

 IMPORTS List, Rope, RopeInline, ShowTime, UserProfile, Generator, SafeStorage, ConvertUnsafe, Directory, IO, MessageWindow, Process, UnsafeStorage, WindowManager

 EXPORTS Spell, SpellExtras, Generator

 CONTROL GeneratorImpl, SpellImpl, FileSpellImpl

=
BEGIN

GeneratorImpl;
SpellImpl;
FileSpellImpl;

END.