src/Pure/proof_general.ML
changeset 15472 4674102737e9
parent 15457 1fbd4aba46e3
child 15531 08c8dad8e399
equal deleted inserted replaced
15471:e7f069887ec2 15472:4674102737e9
   579      ("prems-limit", 
   579      ("prems-limit", 
   580       ("Setting for maximum number of premises printed",
   580       ("Setting for maximum number of premises printed",
   581        nat_option ProofContext.prems_limit)),
   581        nat_option ProofContext.prems_limit)),
   582      ("print-depth", 
   582      ("print-depth", 
   583       ("Setting for the ML print depth",
   583       ("Setting for the ML print depth",
   584        print_depth_option))]),
   584        print_depth_option)),
       
   585      ("show-var-qmarks",
       
   586       ("Show leading question mark of variable name",
       
   587        bool_option show_var_qmarks))]),
   585    ("Tracing",
   588    ("Tracing",
   586     [("trace-simplifier", 
   589     [("trace-simplifier", 
   587       ("Trace simplification rules.",
   590       ("Trace simplification rules.",
   588        bool_option trace_simp)),
   591        bool_option trace_simp)),
   589      ("trace-rules", ("Trace application of the standard rules",
   592      ("trace-rules", ("Trace application of the standard rules",