-- AlpineUserImpls.config
-- When binding, expect 37 warnings from AlpInstanceImpl
-- Last edited by
-- MBrown on June 16, 1983 1:10 pm
-- Kolling on December 16, 1983 2:25 pm
-- Taft on December 2, 1983 1:13 pm
AlpineUserImpls: CONFIG
IMPORTS BasicTime, Booting, FileStream, FS, FSBackdoor, IO, List, LupineRuntime,
Process, ProcessProps, RefText, Rope, RPC, RPCLupine, SafeStorage, UserCredentials, VM
EXPORTS AlpFile, AlpineCmds, AlpineFS, AlpineInterimDirectory, AlpineWalnutCmds,
AlpInstance, AlpTransaction
CONTROL AlpObjectImpls, AlpineCmdsImpl, PublicErrorImpl, AlpineFSImpl
= BEGIN
AlpObjectImpls;
AlpineCmdsImpl;
PublicErrorImpl;
AlpineFSImpl;
END.