File: Fit.config. Makes Fit.bcd
M. Plass March 22, 1983 4:59 pm
Maureen Stone July 2, 1984 2:15:24 pm PDT
Fit:
CONFIGURATION
IMPORTS Complex, Imager,
IO, BasicTime, JaMImager, JaM, FS, Rope, Real, RealFns, SafeStorage
EXPORTS
ALL
CONTROL ComplexImpl, FitStateImpl, FitStateUtilsImpl, FitIOImpl, FitJaMImpl, FitEditJaM, FitIOJaM =
BEGIN
ComplexImpl;
FitStateImpl
;
FitStateUtilsImpl;
FitIOImpl;
FitIOJaM;
FitEditJaM;
FitJaMImpl;
END.