DIRECTORY
Alloc USING [Notifier],
LiteralOps USING [IsShort, Value],
Literals USING [LTIndex],
MimData USING [idCARDINAL, idINTEGER, idREAL, idSTRING],
MimosaLog USING [ErrorTree],
MimP3 USING [CompleteRecord, CopyTree, Initialization, phraseNP, RecordLhs, RPush, SetNP, UpdateTreeAttr, VariantUnionType, voidAttr],
MimP3S USING [currentBody, implicit],
Pass3Attributes USING [DefaultForm, LhsMode, LifeTime],
SymbolOps USING [CtxEntries, CtxLevel, DecodeBti, DecodeTreeIndex, DecodeType, FindExtension, NormalType, own, ToBti, ToType, TypeLink, TypeRoot, UnderType, VisibleCtxEntries],
Symbols USING [Base, bodyType, CBTIndex, CBTNull, ContextLevel, CSEIndex, CSENull, CTXIndex, CTXNull, ctxType, ISEIndex, ISENull, lG, lZ, mdType, RecordSEIndex, SENull, SERecord, seType, Type, typeANY],
Target: TYPE MachineParms USING [bitsPerLongWord, bitsPerWord],
Tree USING [Base, Index, Link, Node, Null, nullIndex, Scan, treeType],
TreeOps USING [GetInfo, GetTag, ListLength, NthSon, OpName, PopTree, PushNode, PushProperList, PushSe, PushTree, ScanList];