Skip to content

Commit

Permalink
core: cool sequences back in, so that subgoals are only generated for…
Browse files Browse the repository at this point in the history
… a single uncomposed strategy
  • Loading branch information
nishantjr committed Apr 22, 2020
1 parent 0b8678e commit 2491890
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prover/strategies/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ cooled back into the sequence strategy.
<trace> _ => S1 </trace>
requires notBool(isResultStrategy(S1))
andBool notBool(isSequenceStrategy(S1))
rule <claim> GOAL:Pattern </claim>
<strategy> S1:SequenceStrategy ~> #hole . S2 => S1 . S2 </strategy>
rule <claim> GOAL:Pattern </claim>
<strategy> S1:ResultStrategy ~> #hole . S2 => subgoal(GOAL, S1 . S2) </strategy>
```
Expand Down

0 comments on commit 2491890

Please sign in to comment.