Fixes #1039
This commit is contained in:
Rob Dockins 2021-02-17 16:13:04 -08:00
parent 5f3ff5b603
commit 6b784b11ec
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -3445,7 +3445,7 @@ equivalent:
Sometimes it it useful to be able to define a truly \emph{new} type
that the typechecker will recognize as distinct from all other types.
For example, one might wish to define a type with internal invariants,
or use a collection of data in a way is semantically different from
or use a collection of data in a way that is semantically different from
the default implementations of arithmetic or comparison. For
situations like this, where the programmer desires a lightweight
abstraction barrier, a \texttt{newtype} declaration allows the