We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971447a commit 9a6889dCopy full SHA for 9a6889d
prover/strategies/core.md
@@ -67,6 +67,8 @@ cooled back into the sequence strategy.
67
<trace> _ => S1 </trace>
68
requires notBool(isResultStrategy(S1))
69
andBool notBool(isSequenceStrategy(S1))
70
+ rule <claim> GOAL:Pattern </claim>
71
+ <strategy> S1:SequenceStrategy ~> #hole . S2 => S1 . S2 </strategy>
72
rule <claim> GOAL:Pattern </claim>
73
<strategy> S1:ResultStrategy ~> #hole . S2 => subgoal(GOAL, S1 . S2) </strategy>
74
```
0 commit comments