Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Source file config.ml
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071moduleUnicode_completion=structtypet=|Off|Internal_small|Normal|Extendedendtypet={mem_stats:bool[@defaultfalse](** [mem_stats] Call [Obj.reachable_words] for every sentence. This is
very slow and not very useful, so disabled by default *);gc_quick_stats:bool[@defaulttrue](** [gc_quick_stats] Show the diff of [Gc.quick_stats] data for each
sentence *);client_version:string[@default"any"];eager_diagnostics:bool[@defaulttrue](** [eager_diagnostics] Send (full) diagnostics after processing each *);goal_after_tactic:bool[@defaultfalse](** When showing goals and the cursor is in a tactic, if false, show
goals before executing the tactic, if true, show goals after *);show_coq_info_messages:bool[@defaultfalse](** Show `msg_info` messages in diagnostics *);show_notices_as_diagnostics:bool[@defaultfalse](** Show `msg_notice` messages in diagnostics *);admit_on_bad_qed:bool[@defaulttrue](** [admit_on_bad_qed] There are two possible error recovery strategies
when a [Qed] fails: one is not to add the constant to the state, the
other one is admit it. We find the second behavior more useful, but
YMMV. *);debug:bool[@defaultfalse](** Enable debug on Coq side, including backtraces *);unicode_completion:Unicode_completion.t[@defaultUnicode_completion.Normal];max_errors:int[@default150];pp_type:int[@default0](** Pretty-printing type in Info Panel Request, 0 = string; 1 = Pp.t; 2
= Coq Layout Engine *);show_stats_on_hover:bool[@defaultfalse](** Show stats on hover *);pp_json:bool[@defaultfalse](** Whether to pretty print the protocol JSON on the wire *);send_perf_data:bool[@defaulttrue](** Whether to send the perf data notification *);send_diags:bool[@defaulttrue](** Whether to send the diagnostics notification *);verbosity:int[@default2](** Verbosity, 1 = reduced, 2 = default. As of today reduced will
disable all logging, and the diagnostics and perf_data notification *)}letdefault={mem_stats=false;gc_quick_stats=true;client_version="any";eager_diagnostics=true;goal_after_tactic=false;show_coq_info_messages=false;show_notices_as_diagnostics=false;admit_on_bad_qed=true;debug=false;unicode_completion=Normal;max_errors=150;pp_type=0;show_stats_on_hover=false;verbosity=2;pp_json=false;send_perf_data=true;send_diags=true}letv=refdefault