Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tex/chTT.tex
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ \section{Terms, types, sorts}\label{sec:terms}

Terms \C{nat}, \C{bool}, \C{Prop} are simple, atomic types, which can be used
to build non-atomic ones. For instance, in Chapter~\ref{ch:proofs}, we
met the type of functions from natural numbers to boolean, which is\C{nat -> bool}.
met the type of functions from natural numbers to boolean, which is \C{nat -> bool}.
Similarly the type of addition over natural numbers is
\C{nat -> nat -> nat}, and the type of boolean negation is
\C{bool -> bool}.
Expand Down