CirioMain.config
Copyright Ó 1990 by Xerox Corporation. All rights reserved.
Sturgis, September 21, 1989 9:42:48 am PDT
Last tweaked by Mike Spreitzer on January 9, 1992 11:53 am PST
CirioMain: CONFIGURATION
IMPORTS Atom, CirioBackstop, Convert, IO, Real, RefTab, Rope, StructuredStreams, SymTab
EXPORTS AmpersandContext, Arrays, Atoms, CCirioSyntacticOperations, CCTypes, CedarCode, CedarNumericTypes, CedarOtherPureTypes, CirioSyntacticOperations, CirioTypes, CNumericTypes, DeferringTypes, Definitions, Frames, Lists, PointerTypes, Procedures, Records, RefTypes, Sequences, Types, VariantRecords
= BEGIN
CedarNumericTypesImpl;
CedarOtherPureTypesImpl;
AmpersandContextImpl;
RecordsImpl;
VariantRecordsImpl;
RefTypesImpl;
SequencesImpl;
PointerTypesImpl;
ProceduresImpl;
ArraysImpl;
FramesImpl;
DefinitionsImpl;
TypesImpl;
AtomsImpl;
AddressesImpl;
ListsImpl;
CNumericTypesImpl;
DeferringTypesImpl;
CirioSyntacticOperationsImpl;
CedarCodeImpl;
CCTypesImpl;
END..