*** empty log message ***
authornipkow
Sat, 17 Feb 2001 10:43:53 +0100
changeset 11157 0d94005e374c
parent 11156 1d1d9f60c29b
child 11158 5652018b809a
*** empty log message ***
doc-src/TutorialI/Advanced/Partial.thy
doc-src/TutorialI/Advanced/document/Partial.tex
--- a/doc-src/TutorialI/Advanced/Partial.thy	Fri Feb 16 18:51:19 2001 +0100
+++ b/doc-src/TutorialI/Advanced/Partial.thy	Sat Feb 17 10:43:53 2001 +0100
@@ -145,7 +145,7 @@
      x := s; while b(x) do x := c(x); return x
 \end{verbatim}
 In general, @{term s} will be a tuple (better still: a record). As an example
-consider the tail recursive variant of function @{term find} above:
+consider the following definition of function @{term find} above:
 *}
 
 constdefs find2 :: "('a \<Rightarrow> 'a) \<Rightarrow> 'a \<Rightarrow> 'a"
--- a/doc-src/TutorialI/Advanced/document/Partial.tex	Fri Feb 16 18:51:19 2001 +0100
+++ b/doc-src/TutorialI/Advanced/document/Partial.tex	Sat Feb 17 10:43:53 2001 +0100
@@ -154,7 +154,7 @@
      x := s; while b(x) do x := c(x); return x
 \end{verbatim}
 In general, \isa{s} will be a tuple (better still: a record). As an example
-consider the tail recursive variant of function \isa{find} above:%
+consider the following definition of function \isa{find} above:%
 \end{isamarkuptext}%
 \isacommand{constdefs}\ find{\isadigit{2}}\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequote}{\isacharparenleft}{\isacharprime}a\ {\isasymRightarrow}\ {\isacharprime}a{\isacharparenright}\ {\isasymRightarrow}\ {\isacharprime}a\ {\isasymRightarrow}\ {\isacharprime}a{\isachardoublequote}\isanewline
 \ \ {\isachardoublequote}find{\isadigit{2}}\ f\ x\ {\isasymequiv}\isanewline