DIRECTORY
Alloc USING [Notifier],
Basics USING [Comparison],
ConstArith USING [Add, Compare, Const, FromCard, FromInt, Overflow, Sub],
LiteralOps USING [ResetLocalStrings],
MimData USING [bodyIndex, idBOOL, interface, switches, textIndex],
MimosaLog USING [Error, ErrorSei, ErrorTree, WarningRope],
MimP4 USING [AdjustBias, Assignment, Attr, AUsForType, Bias, BiasForType, BitsForType, BoolTest, BoolValue, Call, CanonicalType, CheckBlock, CommonProp, CommonRep, ConsState, DeclItem, DeclUpdate, Exp, Extract, implicit, ImplicitRecord, LayoutBlock, LayoutGlobals, LayoutInterface, LayoutLocals, MakeArgRecord, MakeTreeLiteralCard, MarkArgs, NeutralExp, NormalizeRange, nullBias, OperandType, ProcessSymLiterals, RepForType, Repr, resident, resumeRecord, returnRecord, Rhs, RValue, SetType, SideEffectFree, TreeBounds, TreeLiteral, TreeLiteralConst, tFALSE, tTRUE, VAttr, VBias, voidAttr, VPop, VProp, VRep, WordsForType],
Pass4Parms USING [localOverheadBits],
SourceMap USING [Loc, nullLoc, Up],
Symbols USING [Base, BitCount, BodyInfo, bodyType, BTIndex, BTNull, CBTIndex, ContextLevel, CSEIndex, CSENull, CTXIndex, CTXNull, ctxType, ISEIndex, ISENull, lG, lL, nullType, RecordSEIndex, RecordSENull, RootBti, seType, Type, typeANY],
SymbolOps USING [ArgRecord, Cardinality, CtxVariant, DecodeBti, DelinkBti, EqTypes, FirstCtxSe, FromBti, FromType, NextSe, NormalType, own, ToBti, TransferTypes, TypeForm, TypeLink, ToType, UnderType, XferMode],
Target: TYPE MachineParms USING [bitsPerAU, bitsPerWord],
Tree USING [Base, Index, Info, Link, Map, NodeName, NodePtr, Null, nullIndex, Scan, Test, treeType],
TreeOps
USING [FreeNode, FreeTree, FromCard, GetNode, GetSe, GetTag, IdentityMap, ListHead, ListLength, MakeList, MarkShared, NthSon, OpName, PopTree, PushNode, PushTree, ReverseScanList, ReverseUpdateList, ScanList, SearchList, SetAttr, SetAttrs, SetInfo, ToLoc, UpdateList];