src/Tools/try.ML
changeset 53839 274a892b1230
parent 53171 a5e54d4d9081
child 56467 8d7d6f17c6a7
equal deleted inserted replaced
53838:b9285f30a80a 53839:274a892b1230
   114 
   114 
   115 
   115 
   116 (* asynchronous print function (PIDE) *)
   116 (* asynchronous print function (PIDE) *)
   117 
   117 
   118 fun print_function ((name, (weight, auto, tool)): tool) =
   118 fun print_function ((name, (weight, auto, tool)): tool) =
   119   Command.print_function name
   119   Command.print_function ("auto_" ^ name)
   120     (fn {command_name, ...} =>
   120     (fn {command_name, ...} =>
   121       if Keyword.is_theory_goal command_name andalso Options.default_bool auto then
   121       if Keyword.is_theory_goal command_name andalso Options.default_bool auto then
   122         SOME
   122         SOME
   123          {delay = SOME (seconds (Options.default_real @{option auto_time_start})),
   123          {delay = SOME (seconds (Options.default_real @{option auto_time_start})),
   124           pri = ~ weight,
   124           pri = ~ weight,