Add a paragraph break

It seems that this should get its own paragraph, for symmetry with nearby paragraphs.
This commit is contained in:
Alessandro Coglio 2021-01-15 18:09:09 -08:00 committed by GitHub
parent 4f1ce394fe
commit 08fcc0c1f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2473,6 +2473,7 @@ $\setof{x \typecolon T \suchthat p_x}$ means the subset of $x$ from $T$
for which $p_x$ (a boolean expression depending on $x$) holds.
$T \subseteq U$ indicates that $T$ is an inclusive subset or subtype of $U$.
$S \union T$ means the set union of $S$ and $T$.
$S \intersection T$ means the set intersection of $S$ and $T$,