oops;
authorwenzelm
Mon, 02 Nov 1998 22:18:35 +0100
changeset 5797 cdd2add0fd96
parent 5796 dd83042c2f70
child 5798 cc32a1c16710
oops;
doc-src/Logics/HOL.tex
--- a/doc-src/Logics/HOL.tex	Mon Nov 02 22:16:49 1998 +0100
+++ b/doc-src/Logics/HOL.tex	Mon Nov 02 22:18:35 1998 +0100
@@ -1950,8 +1950,8 @@
                             | Cons' (('a,'b) term) (('a,'b) term_list)
 \end{ttbox}
 Note however, that the type {\tt ('a,'b) term_list} and the constructors {\tt
-  Nil'} and {\tt Cons'} are not really introduced.  One can directly work the
-original (isomorphic) type {\tt (('a, 'b) term) list} and its existing
+  Nil'} and {\tt Cons'} are not really introduced.  One can directly work with
+the original (isomorphic) type {\tt (('a, 'b) term) list} and its existing
 constructors {\tt Nil} and {\tt Cons}. Thus, the structural induction rule for
 {\tt term} gets the form
 \[