JaMPackage.config
Copyright © 1985 by Xerox Corporation. All rights reserved.
Maureen Stone, February 14, 1985 7:28:49 pm PST
Doug Wyatt, March 18, 1985 3:35:29 pm PST
JaMPackage: CONFIGURATION LINKS: CODE
IMPORTS Atom, Convert, FileNames, FS, IO, Loader, Real, RealFns, Rope, RopeIO, RopeReader
EXPORTS ALL
CONTROL JaMArrayImpl, JaMDictImpl, JaMExecImpl, JaMIOImpl, JaMMathImpl, JaMMiscImpl, JaMRopeImpl, JaMScannerImpl, JaMStackImpl, JaMControlImpl
= BEGIN
JaMArrayImpl;
JaMDictImpl;
JaMExecImpl;
JaMIOImpl;
JaMMathImpl;
JaMMiscImpl;
JaMRopeImpl;
JaMScannerImpl;
JaMStackImpl;
JaMControlImpl;
END.