ProgTutorial/Recipes/TimeLimit.thy
changeset 191 0150cf5982ae
parent 189 069d525f8f1d
child 346 0fea8b7a14a1
--- a/ProgTutorial/Recipes/TimeLimit.thy	Thu Mar 19 17:50:28 2009 +0100
+++ b/ProgTutorial/Recipes/TimeLimit.thy	Thu Mar 19 23:21:26 2009 +0100
@@ -8,8 +8,8 @@
   {\bf Problem:}
   Your tool should run only a specified amount of time.\smallskip
 
-  {\bf Solution:} This can be achieved using the function 
-  @{ML timeLimit in TimeLimit}.\smallskip
+  {\bf Solution:} In PolyML 5.2.1 and later, this can be achieved 
+  using the function @{ML timeLimit in TimeLimit}.\smallskip
 
   Assume you defined the Ackermann function on the ML-level.
 *}