Skip to content

Commit f0e314f

Browse files
committed
WIP
1 parent 88d0c3f commit f0e314f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

specification/dart.sty

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
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}}

specification/dartLangSpec.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23634,6 +23634,9 @@ \section*{Appendix: Algorithmic Subtyping}
2363423634
\item
2363523635
\textbf{Function Type/Function:}
2363623636
$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.
2363723640
\item
2363823641
\textbf{Interface Compositionality:}
2363923642
$T_0$ is an interface type \code{$C_0$<$S_0$, \ldots, $S_k$>}

0 commit comments

Comments
 (0)