DIRECTORY
Alloc USING [Notifier],
MimData USING [idBOOL, ownSymbols, seAnon, textIndex, typeAtomRecord],
MimosaCopier USING [CopyUnion],
MimosaLog USING [Error, ErrorHti, ErrorSei, ErrorTree, Warning],
MimP3 USING [Attr, BaseTree, EnterType, Exp, FindSe, FirstId, ForceType, NarrowOp, NPUse, OpenPointer, phraseNP, PopCtx, PushCtx, PushHtCtx, PushRecordCtx, RAttrPop, Rhs, RPop, RPush, Scope, SealRefStack, SearchCtxList, SetType, TopCtx, UnsealRefStack, UpdateTreeAttr, UType, VoidExp],
MimP3S USING [implicit, ImplicitInfo, implicitRecord, safety],
Pass3Attributes USING [CanonicalType, LongPath, LongType, MarkedType, OperandType, TargetType, TypeForTree],
SourceMap USING [Loc],
SymbolOps USING [DecodeTreeIndex, DecodeType, FromType, NextSe, NormalType, own, RCType, ReferentType, ToType, TypeForm, TypeLink, TypeRoot, UnderType],
Symbols USING [Base, CSEIndex, CSENull, CTXIndex, CTXNull, ctxType, HTIndex, HTNull, ISEIndex, ISENull, nullType, RecordSEIndex, seType, Type, typeANY, typeTYPE],
Tree USING [Base, Index, Link, Map, NodePtr, Null, Scan, treeType],
TreeOps USING [GetHash, GetNode, GetTag, ListHead, ListTail, OpName, PopTree, PushNode, PushSe, PushTree, ScanList, SetAttr, ToLoc, UpdateList],
Types USING [Equivalent];