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 20
20
\def\MIXIN {\builtinId {mixin}}
21
21
\def\OPERATOR {\builtinId {operator}}
22
22
\def\PART {\builtinId {part}}
23
+ \def\RECORD {\builtinId {Record}}
23
24
\def\REQUIRED {\builtinId {required}}
24
25
\def\SET {\builtinId {set}}
25
26
\def\STATIC {\builtinId {static}}
Original file line number Diff line number Diff line change @@ -23634,6 +23634,9 @@ \section*{Appendix: Algorithmic Subtyping}
23634
23634
\item
23635
23635
\textbf{Function Type/Function:}
23636
23636
$T_0$ is a function type and $T_1$ is \FUNCTION.
23637
+ \item
23638
+ \textbf{Record Type/Record:}
23639
+ $T_0$ is a record type and $T_1$ is \RECORD.
23637
23640
\item
23638
23641
\textbf{Interface Compositionality:}
23639
23642
$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