diff options
| author | Théo Zimmermann | 2020-01-08 22:12:27 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2020-01-08 22:12:27 +0100 |
| commit | c3721670ce1efe741e8edad78d0b7e1a1510c9c1 (patch) | |
| tree | 6b8eff8ca5f711bd6ca7d59d341056c149d76bcd /doc/sphinx/proof-engine | |
| parent | 4c06f2974f9c6780287156be9535415a09d9f38a (diff) | |
| parent | f6d4484dfcf538e92241ef27ecc76de8b8ee30ff (diff) | |
Merge PR #11375: Add note about default goal selector next to bullet docs
Reviewed-by: Zimmi48
Diffstat (limited to 'doc/sphinx/proof-engine')
| -rw-r--r-- | doc/sphinx/proof-engine/proof-handling.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/sphinx/proof-engine/proof-handling.rst b/doc/sphinx/proof-engine/proof-handling.rst index 6884b6e998..0527e26353 100644 --- a/doc/sphinx/proof-engine/proof-handling.rst +++ b/doc/sphinx/proof-engine/proof-handling.rst @@ -490,6 +490,13 @@ The following example script illustrates all these features: You just finished a goal focused by ``{``, you must unfocus it with ``}``. +Mandatory Bullets +````````````````` + +Using :opt:`Default Goal Selector` with the ``!`` selector forces +tactic scripts to keep focus to exactly one goal (e.g. using bullets) +or use explicit goal selectors. + Set Bullet Behavior ``````````````````` .. opt:: Bullet Behavior {| "None" | "Strict Subproofs" } |
