Skip to content

Commit

Permalink
spatial-patterns-match: works with multiple seps anywhere on lhs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaspena committed Apr 22, 2020
1 parent 8d0b0a6 commit 98e7f3b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions prover/strategies/matching.md
Original file line number Diff line number Diff line change
Expand Up @@ -702,10 +702,11 @@ Instantiate the axiom: `\forall { L, D } (pto L D) -> L != nil
// </strategy>
// requires RSPATIAL -Patterns REST ==K .Patterns
rule <claim> \implies(LHS, RHS) </claim>
rule <claim> \implies(\and(LHS), RHS)
=> \implies(\and(LHS -Patterns getSpatialPatterns(LHS)), RHS)
</claim>
<strategy> spatial-patterns-match => noop ... </strategy>
requires isPredicatePattern(LHS)
andBool isPredicatePattern(RHS)
requires isPredicatePattern(RHS)
```

### Footprint Analysis
Expand Down

0 comments on commit 98e7f3b

Please sign in to comment.