Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Fixes #1039
  • Loading branch information
robdockins committed Feb 18, 2021
1 parent 5f3ff5b commit 6b784b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified docs/ProgrammingCryptol.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/ProgrammingCryptol/crashCourse/CrashCourse.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3445,7 +3445,7 @@ \section{Newtype declarations}
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
Expand Down

0 comments on commit 6b784b1

Please sign in to comment.