Skip to content

Commit f89bcad

Browse files
Document effect of tagging a branch 'main'
1 parent 2f04ab4 commit f89bcad

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/devel/HowToTaclet.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ The first branch is labeled "CUT: #cutFormula TRUE".
7676
In this branch, the found sub-term is replaced with true (`\replacewith(true)`), and the found sub-term is added as a new sequent formula to the antecedent: `\add(cutFormula ==>)`.
7777

7878
A particular branch of the taclet can be tagged by enclosing the tag in brackets.
79+
This tag must be written after the branch label.
7980
The first branch in this example is tagged with "main".
80-
This tag must be written after the label.
81+
This particular value causes the branch to be visually continued on the parent branch if [the linearized Proof Tree mode](../../user/ProofTreeLinearMode/) is active.
8182

8283
The second branch of the taclet is labeled "CUT: #cutFormula FALSE".
8384
In this branch, the found sub-term is replaced with false (`\replacewith(false)`), and the found sub-term is added as a new sequent formula to the succedent: `\add( ==> cutFormula)`.

docs/user/ProofTreeLinearMode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Proof Tree: linearized symbolic execution
1+
# Proof Tree: linearized mode
22

33
In the proof tree settings, you can enable the "Linearize Proof Tree" option.
44

docs/user/UiFeatures/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
- [Node Differences](../NodeDiff)
33
- [Proof Slicing](../ProofSlicing)
44
- [Proof Caching](../ProofCaching)
5-
- [Proof Tree: linearized symbolic execution](../ProofTreeLinearMode)
5+
- [Proof Tree: linearized mode](../ProofTreeLinearMode)

0 commit comments

Comments
 (0)