JaMPackage.config
Copyright Ó 1985, 1992 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
Last edited by: Mik Lamming - October 8, 1987 12:35:18 pm PDT
Bier, September 15, 1992 4:43 pm PDT
JaMPackage: CONFIGURATION LINKS: CODE
IMPORTS Atom, BasicTime, Convert, FileNames, FS, IO, PFS, Process, Random, Real, RealFns, Rope, 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.