diff options
| author | Théo Zimmermann | 2018-04-24 11:59:49 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2018-05-05 11:54:03 +0200 |
| commit | 963f07af424df45e09064bc8c8600c34e369f772 (patch) | |
| tree | ca24715671ab5cca5ae10045c24f5912c2f0557e /doc/sphinx/proof-engine | |
| parent | 3cf94bc6e58972e12dd571ed0fbaa0f547fe57da (diff) | |
debug trivial and debug auto were not in the tactic index.
Diffstat (limited to 'doc/sphinx/proof-engine')
| -rw-r--r-- | doc/sphinx/proof-engine/tactics.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/sphinx/proof-engine/tactics.rst b/doc/sphinx/proof-engine/tactics.rst index 76796c934f..5673b496e6 100644 --- a/doc/sphinx/proof-engine/tactics.rst +++ b/doc/sphinx/proof-engine/tactics.rst @@ -3134,6 +3134,7 @@ hints of the database named core. to know what lemmas/assumptions were used. .. tacv:: debug auto + :name: debug auto Behaves like :tacn:`auto` but shows the tactics it tries to solve the goal, including failing paths. @@ -3153,7 +3154,9 @@ hints of the database named core. .. tacv:: trivial with * .. tacv:: trivial using {+ @lemma} .. tacv:: debug trivial + :name: debug trivial .. tacv:: info_trivial + :name: info_trivial .. tacv:: {? info_}trivial {? using {+ @lemma}} {? with {+ @ident}} .. note:: |
