diff doc/manual.tex @ 570:af0df56ecc2c

Typo report from megacz
author Adam Chlipala <adamc@hcoop.net>
date Sat, 20 Dec 2008 18:24:12 -0500
parents d42431608856
children 33500a15b872
line wrap: on
line diff
--- a/doc/manual.tex	Sat Dec 20 16:19:26 2008 -0500
+++ b/doc/manual.tex	Sat Dec 20 18:24:12 2008 -0500
@@ -1017,7 +1017,7 @@
 
 \subsection{Unifying Record Types}
 
-The type inference engine tries to take advantage of the algebraic rules governing type-level records, as shown in Section \ref{definitional}.  When two constructors of record kind are unified, they are reduce to normal forms, with like terms crossed off from each normal form until, hopefully, nothing remains.  This cannot be complete, with the inclusion of unification variables.  The type-checker can help you understand what goes wrong when the process fails, as it outputs the unmatched remainders of the two normal forms.
+The type inference engine tries to take advantage of the algebraic rules governing type-level records, as shown in Section \ref{definitional}.  When two constructors of record kind are unified, they are reduced to normal forms, with like terms crossed off from each normal form until, hopefully, nothing remains.  This cannot be complete, with the inclusion of unification variables.  The type-checker can help you understand what goes wrong when the process fails, as it outputs the unmatched remainders of the two normal forms.
 
 \subsection{\label{typeclasses}Type Classes}