typos fixed by Michael Norrish
authorChristian Urban <urbanc@in.tum.de>
Thu, 11 Feb 2010 10:44:50 +0100
changeset 417 5f00958e3c7b
parent 416 c6b5d1e25cdd
child 418 1d1e4cda8c54
typos fixed by Michael Norrish
ProgTutorial/FirstSteps.thy
ProgTutorial/Intro.thy
progtutorial.pdf
--- a/ProgTutorial/FirstSteps.thy	Fri Feb 05 15:49:03 2010 +0100
+++ b/ProgTutorial/FirstSteps.thy	Thu Feb 11 10:44:50 2010 +0100
@@ -638,7 +638,7 @@
   These two functions can, for example, be used to avoid explicit @{text "lets"} for
   intermediate values in functions that return pairs. As an example, suppose you
   want to separate a list of integers into two lists according to a
-  treshold. If the treshold is @{ML "5"}, the list @{ML "[1,6,2,5,3,4]"}
+  threshold. If the threshold is @{ML "5"}, the list @{ML "[1,6,2,5,3,4]"}
   should be separated as @{ML "([1,2,3,4], [6,5])"}.  Such a function can be
   implemented as
 *}
--- a/ProgTutorial/Intro.thy	Fri Feb 05 15:49:03 2010 +0100
+++ b/ProgTutorial/Intro.thy	Thu Feb 11 10:44:50 2010 +0100
@@ -239,6 +239,8 @@
   \item {\bf Alexander Krauss} wrote a very early version of the ``first-steps'' 
   chapter and also contributed the material on @{ML_funct Named_Thms}.
 
+  \item {\bf Michael Norrish} proofread parts of the text.
+
   \item {\bf Christian Sternagel} proofread the tutorial and made 
   many improvemets to the text. 
   \end{itemize}
Binary file progtutorial.pdf has changed