Skip to content
Snippets Groups Projects
Commit 283bda39 authored by Ralf Jung's avatar Ralf Jung
Browse files

add comments in options file

parent 6a7d163c
No related branches found
No related tags found
No related merge requests found
...@@ -3,10 +3,17 @@ ...@@ -3,10 +3,17 @@
file is *imported*, the option will only apply on the import site file is *imported*, the option will only apply on the import site
but not transitively. *) but not transitively. *)
(** Allow async proof-checking of sections. *)
Export Set Default Proof Using "Type". Export Set Default Proof Using "Type".
(* FIXME: cannot enable this yet as some files disable 'Default Proof Using'. (* FIXME: cannot enable this yet as some files disable 'Default Proof Using'.
Export Set Suggest Proof Using. *) Export Set Suggest Proof Using. *)
(** Enforces that every tactic is executed with a single focused goal, meaning
that bullets and curly braces must be used to structure the proof. *)
Export Set Default Goal Selector "!". Export Set Default Goal Selector "!".
(** Prevent using auto-generated names in proof scripts (or at least make it
obvious when that happens) *)
Export Set Mangle Names. Export Set Mangle Names.
Export Set Mangle Names Light. Export Set Mangle Names Light.
(** Make these names stand out more, in case one does end up in the proof script. *) (** Make these names stand out more, in case one does end up in the proof script. *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment