Skip to content

Commit

Permalink
Document effect of tagging a branch 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst committed Jan 29, 2024
1 parent 2f04ab4 commit f89bcad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/devel/HowToTaclet.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ The first branch is labeled "CUT: #cutFormula TRUE".
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 ==>)`.

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

The second branch of the taclet is labeled "CUT: #cutFormula FALSE".
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)`.
Expand Down
2 changes: 1 addition & 1 deletion docs/user/ProofTreeLinearMode.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Proof Tree: linearized symbolic execution
# Proof Tree: linearized mode

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

Expand Down
2 changes: 1 addition & 1 deletion docs/user/UiFeatures/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
- [Node Differences](../NodeDiff)
- [Proof Slicing](../ProofSlicing)
- [Proof Caching](../ProofCaching)
- [Proof Tree: linearized symbolic execution](../ProofTreeLinearMode)
- [Proof Tree: linearized mode](../ProofTreeLinearMode)

0 comments on commit f89bcad

Please sign in to comment.