src/Pure/ProofGeneral/preferences.ML
changeset 40878 7695e4de4d86
parent 40292 ba13793594f0
child 41183 e20f0d0e2af3
equal deleted inserted replaced
40877:9e1136e8bb1f 40878:7695e4de4d86
   145   bool_pref show_question_marks_default
   145   bool_pref show_question_marks_default
   146     "show-question-marks"
   146     "show-question-marks"
   147     "Show leading question mark of variable name"];
   147     "Show leading question mark of variable name"];
   148 
   148 
   149 val tracing_preferences =
   149 val tracing_preferences =
   150  [bool_pref trace_simp_default
   150  [bool_pref simp_trace_default
   151     "trace-simplifier"
   151     "trace-simplifier"
   152     "Trace simplification rules.",
   152     "Trace simplification rules.",
   153   nat_pref trace_simp_depth_limit
   153   nat_pref simp_trace_depth_limit
   154     "trace-simplifier-depth"
   154     "trace-simplifier-depth"
   155     "Trace simplifier depth limit.",
   155     "Trace simplifier depth limit.",
   156   bool_pref trace_rules
   156   bool_pref trace_rules
   157     "trace-rules"
   157     "trace-rules"
   158     "Trace application of the standard rules",
   158     "Trace application of the standard rules",