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 8d0b0a6 commit 98e7f3bCopy full SHA for 98e7f3b
prover/strategies/matching.md
@@ -702,10 +702,11 @@ Instantiate the axiom: `\forall { L, D } (pto L D) -> L != nil
702
// </strategy>
703
// requires RSPATIAL -Patterns REST ==K .Patterns
704
705
- rule <claim> \implies(LHS, RHS) </claim>
+ rule <claim> \implies(\and(LHS), RHS)
706
+ => \implies(\and(LHS -Patterns getSpatialPatterns(LHS)), RHS)
707
+ </claim>
708
<strategy> spatial-patterns-match => noop ... </strategy>
- requires isPredicatePattern(LHS)
- andBool isPredicatePattern(RHS)
709
+ requires isPredicatePattern(RHS)
710
```
711
712
### Footprint Analysis
0 commit comments