Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stdpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adam
stdpp
Commits
283bda39
Commit
283bda39
authored
2 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
add comments in options file
parent
6a7d163c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
stdpp/options.v
+7
-0
7 additions, 0 deletions
stdpp/options.v
with
7 additions
and
0 deletions
stdpp/options.v
+
7
−
0
View file @
283bda39
...
@@ -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. *)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment