DIRECTORY
Alloc USING [AddNotify, DropNotify, Notifier],
MimData USING [interface, moduleCtx, nErrors, seAnon, switches, table, textIndex, typeAtomRecord],
MimosaCopier USING [CompleteContext, Delink, SearchFileCtx],
MimosaLog USING [ErrorHti, ErrorSei, ErrorTree, ErrorTreeOp, WarningSei],
MimP3 USING [And, Attr, Exp, FirstId, fullAttr, InterfaceCtx, ItemType, MakeRefType, mark, MergeNP, NextKeyProc, OmittedValueProc, phraseNP, ResolveType, ResolveValue, RPop, RPush, RType, SetDefaultImport, SetType, VariantUnionType, voidAttr, VoidExp],
MimP3S USING [currentBody, currentScope, safety],
MimZones USING [permZone],
Pass3Attributes USING [LongPath, LongType, MarkedType, OperandType, PermanentType, TypeForTree, VarType],
SourceMap USING [Loc],
SymbolOps USING [ArgCtx, ConstantId, CtxLevel, DecodeCard, DecodeTreeIndex, DecodeType, EncodeCard, EncodeTreeIndex, EnterExtension, FindExtension, FirstCtxSe, FromBti, LinkMode, NextSe, NormalType, own, RCType, RecordRoot, ReferentType, SearchContext, SetSeLink, ToType, TypeForm, TypeLink, TypeRoot, UnderType],
Symbols USING [Base, Closure, CSEIndex, CSENull, CTXIndex, CTXNull, CTXRecord, ctxType, ExtensionType, FirstStandardCtx, HTIndex, HTNull, IncludedCTXIndex, IncludedCTXNull, ISEIndex, ISENull, LastStandardCtx, lG, lZ, MDIndex, mdType, nullType, RecordSEIndex, RecordSENull, SERecord, seType, Type, typeANY, typeTYPE],
SymLiteralOps USING [EnterAtom, EnterType],
Target: TYPE MachineParms USING [bitsPerPtr],
Tree USING [Base, Index, Link, Map, Node, Null, nullIndex, Scan, Test, treeType],
TreeOps USING [CopyTree, FreeTree, GetHash, GetNode, GetSe, GetTag, ListLength, MarkShared, NthSon, OpName, PopTree, PushTree, PushNode, ScanList, ScanSons, SearchList, SetAttr, SetInfo, ToLoc, UpdateList, UpdateLeaves];