signature ML_OPTIONS = sig val source_trace: bool Config.T val exception_trace: bool Config.T val exception_trace_enabled: Context.generic option -> bool val exception_debugger: bool Config.T val exception_debugger_enabled: Context.generic option -> bool val debugger: bool Config.T val debugger_enabled: Context.generic option -> bool end;
structure ML_Options: ML_OPTIONS = struct
(* source trace *)
val source_trace = Config.declare_bool ("ML_source_trace", \<^here>) (K false);
(* exception trace *)
val exception_trace = Config.declare_option_bool ("ML_exception_trace", \<^here>);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.