File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2020\def\MIXIN {\builtinId {mixin}}
2121\def\OPERATOR {\builtinId {operator}}
2222\def\PART {\builtinId {part}}
23+ \def\RECORD {\builtinId {Record}}
2324\def\REQUIRED {\builtinId {required}}
2425\def\SET {\builtinId {set}}
2526\def\STATIC {\builtinId {static}}
Original file line number Diff line number Diff line change @@ -23469,6 +23469,9 @@ \section*{Appendix: Algorithmic Subtyping}
2346923469\item
2347023470 \textbf{Function Type/Function:}
2347123471 $T_0$ is a function type and $T_1$ is \FUNCTION.
23472+ \item
23473+ \textbf{Record Type/Record:}
23474+ $T_0$ is a record type and $T_1$ is \RECORD.
2347223475\item
2347323476 \textbf{Interface Compositionality:}
2347423477 $T_0$ is an interface type \code{$C_0$<$S_0$, \ldots, $S_k$>}
You can’t perform that action at this time.
0 commit comments