summaryrefslogtreecommitdiff
path: root/src/options/proof_options.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/proof_options.toml')
-rw-r--r--src/options/proof_options.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/options/proof_options.toml b/src/options/proof_options.toml
index f6a39e0fe..177307918 100644
--- a/src/options/proof_options.toml
+++ b/src/options/proof_options.toml
@@ -26,7 +26,6 @@ header = "options/proof_options.h"
long = "proof-print-conclusion"
type = "bool"
default = "false"
- read_only = true
help = "Print conclusion of proof steps when printing AST"
[[option]]
@@ -35,7 +34,6 @@ header = "options/proof_options.h"
long = "proof-pedantic=N"
type = "uint32_t"
default = "0"
- read_only = true
help = "assertion failure for any incorrect rule application or untrusted lemma having pedantic level <=N with proof"
[[option]]
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback