Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
eernstg committed Oct 18, 2024
1 parent a38309c commit 8b2e753
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions specification/dartLangSpec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -22110,8 +22110,7 @@ \subsubsection{Informal Subtype Rule Descriptions}
if \code{Null} is a subtype of $T$.
\Item{\SrnLeftFutureOr}{Left FutureOr}
The type \code{FutureOr<$S$>} is a subtype of a given type $T$
if \code{Future<$S$>} is a subtype of $T$ and $S$ is a subtype of $T$,
for every type $S$ and $T$.
if \code{Future<$S$>} is a subtype of $T$ and $S$ is a subtype of $T$.
\Item{\SrnLeftNullable}{Left Nullable}
A nullable type \code{$S$?} is a subtype of a given type $T$
if \code{$S$} is a subtype of $T$ and \code{Null} is a subtype of $T$.
Expand Down

0 comments on commit 8b2e753

Please sign in to comment.