public ITypeEmbedding GetEmbedding(BaseSortKind sort) { bool wasAdded; return(typeToEmbedding[Index.MkApply(Index.SymbolTable.GetSortSymbol(sort), TermIndex.EmptyArgs, out wasAdded)]); }
internal BaseSortSymb(BaseSortKind sortKind) { SortKind = sortKind; }