src/HOL/Tools/SMT/smt_config.ML
changeset 51658 21c10672633b
parent 51575 907efc894051
child 52699 abed4121c17e
equal deleted inserted replaced
51657:3db1bbc82d8d 51658:21c10672633b
   247 
   247 
   248 val _ =
   248 val _ =
   249   Outer_Syntax.improper_command @{command_spec "smt_status"}
   249   Outer_Syntax.improper_command @{command_spec "smt_status"}
   250     "show the available SMT solvers, the currently selected SMT solver, \
   250     "show the available SMT solvers, the currently selected SMT solver, \
   251     \and the values of SMT configuration options"
   251     \and the values of SMT configuration options"
   252     (Scan.succeed (Toplevel.no_timing o Toplevel.keep (fn state =>
   252     (Scan.succeed (Toplevel.keep (print_setup o Toplevel.context_of)))
   253       print_setup (Toplevel.context_of state))))
       
   254 
   253 
   255 end
   254 end