src/Pure/PIDE/markup.ML
changeset 56864 0446c7ac2e32
parent 56743 81370dfadb1d
child 57594 037f3b251df5
equal deleted inserted replaced
56863:5fdb61a9a010 56864:0446c7ac2e32
   181   val task_statistics: Properties.entry
   181   val task_statistics: Properties.entry
   182   val command_timing: Properties.entry
   182   val command_timing: Properties.entry
   183   val loading_theory: string -> Properties.T
   183   val loading_theory: string -> Properties.T
   184   val dest_loading_theory: Properties.T -> string option
   184   val dest_loading_theory: Properties.T -> string option
   185   val use_theories_result: string -> bool -> Properties.T
   185   val use_theories_result: string -> bool -> Properties.T
       
   186   val print_operationsN: string
       
   187   val print_operations: Properties.T
   186   val simp_trace_logN: string
   188   val simp_trace_logN: string
   187   val simp_trace_stepN: string
   189   val simp_trace_stepN: string
   188   val simp_trace_recurseN: string
   190   val simp_trace_recurseN: string
   189   val simp_trace_hintN: string
   191   val simp_trace_hintN: string
   190   val simp_trace_ignoreN: string
   192   val simp_trace_ignoreN: string
   576   | dest_loading_theory _ = NONE;
   578   | dest_loading_theory _ = NONE;
   577 
   579 
   578 fun use_theories_result id ok =
   580 fun use_theories_result id ok =
   579   [("function", "use_theories_result"), ("id", id), ("ok", print_bool ok)];
   581   [("function", "use_theories_result"), ("id", id), ("ok", print_bool ok)];
   580 
   582 
       
   583 val print_operationsN = "print_operations";
       
   584 val print_operations = [(functionN, print_operationsN)];
       
   585 
   581 
   586 
   582 (* simplifier trace *)
   587 (* simplifier trace *)
   583 
   588 
   584 val simp_trace_logN = "simp_trace_log";
   589 val simp_trace_logN = "simp_trace_log";
   585 val simp_trace_stepN = "simp_trace_step";
   590 val simp_trace_stepN = "simp_trace_step";