src/Tools/try.ML
changeset 58923 cb9b69cca999
parent 58893 9e0ecb66d6a7
child 59184 830bb7ddb3ab
--- a/src/Tools/try.ML	Thu Nov 06 15:42:34 2014 +0100
+++ b/src/Tools/try.ML	Thu Nov 06 15:47:04 2014 +0100
@@ -96,8 +96,8 @@
 
 fun print_function ((name, (weight, auto, tool)): tool) =
   Command.print_function ("auto_" ^ name)
-    (fn {command_name, ...} =>
-      if Keyword.is_theory_goal command_name andalso Options.default_bool auto then
+    (fn {keywords, command_name, ...} =>
+      if Keyword.is_theory_goal keywords command_name andalso Options.default_bool auto then
         SOME
          {delay = SOME (seconds (Options.default_real @{system_option auto_time_start})),
           pri = ~ weight,