src/Pure/ProofGeneral/preferences.ML
changeset 51949 f6858bb224c9
parent 51946 449fbf64f4a5
child 51960 61ac1efe02c3
equal deleted inserted replaced
51948:cb5dbc9a06f9 51949:f6858bb224c9
   143     "show-sorts"
   143     "show-sorts"
   144     "Include sorts in display of Isabelle terms",
   144     "Include sorts in display of Isabelle terms",
   145   bool_pref Goal_Display.show_consts_default
   145   bool_pref Goal_Display.show_consts_default
   146     "show-consts"
   146     "show-consts"
   147     "Show types of consts in Isabelle goal display",
   147     "Show types of consts in Isabelle goal display",
   148   bool_pref Name_Space.names_long_default
   148   options_pref "names_long"
   149     "long-names"
   149     "long-names"
   150     "Show fully qualified names in Isabelle terms",
   150     "Show fully qualified names in Isabelle terms",
   151   bool_pref Printer.show_brackets_default
   151   bool_pref Printer.show_brackets_default
   152     "show-brackets"
   152     "show-brackets"
   153     "Show full bracketing in Isabelle terms",
   153     "Show full bracketing in Isabelle terms",
   161 val advanced_display_preferences =
   161 val advanced_display_preferences =
   162  [nat_pref Goal_Display.goals_limit_default
   162  [nat_pref Goal_Display.goals_limit_default
   163     "goals-limit"
   163     "goals-limit"
   164     "Setting for maximum number of goals printed",
   164     "Setting for maximum number of goals printed",
   165   print_depth_pref,
   165   print_depth_pref,
   166   bool_pref Printer.show_question_marks_default
   166   options_pref "show_question_marks"
   167     "show-question-marks"
   167     "show-question-marks"
   168     "Show leading question mark of variable name"];
   168     "Show leading question mark of variable name"];
   169 
   169 
   170 val tracing_preferences =
   170 val tracing_preferences =
   171  [bool_pref Raw_Simplifier.simp_trace_default
   171  [bool_pref Raw_Simplifier.simp_trace_default