File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Tactic: `hoare split`
55The `hoare split ` tactic applies to **Hoare-logic goals only ** whose
66postcondition is a conjunction.
77
8- In this situation, the program is required to establish *all * components of
8+ In this situation, the program is required to establish *both * components of
99the postcondition. The `hoare split ` tactic makes this explicit by splitting
1010the original goal into independent Hoare goals, one for each conjunct.
1111
@@ -17,6 +17,10 @@ only decomposes the logical structure of the postcondition.
1717 The `hoare split ` tactic is new and subject to change. Its interface and
1818 behavior may evolve in future versions of EasyCrypt.
1919
20+ Currently, it only splits the top-most conjunction into two conjuncts.
21+ If you have nested conjunctions in the postcondition, you can
22+ apply `hoare split ` multiple times to fully decompose the postcondition.
23+
2024.. contents ::
2125 :local:
2226
You can’t perform that action at this time.
0 commit comments