Merge iAssert and iPvsAssert.
To do so, we have introduced the specialization patterns: =>[H1 .. Hn] and =>[-H1 .. Hn] That generate a goal in which the view shift is preserved. These specialization patterns can also be used for e.g. iApply. Note that this machinery is not tied to primitive view shifts, and works for various kinds of goal (as captured by the ToAssert type class, which describes how to transform the asserted goal based on the main goal). TODO: change the name of these specialization patterns to reflect this generality.
Showing
- heap_lang/lib/barrier/proof.v 5 additions, 5 deletionsheap_lang/lib/barrier/proof.v
- proofmode/coq_tactics.v 19 additions, 14 deletionsproofmode/coq_tactics.v
- proofmode/pviewshifts.v 8 additions, 28 deletionsproofmode/pviewshifts.v
- proofmode/spec_patterns.v 14 additions, 8 deletionsproofmode/spec_patterns.v
- proofmode/tactics.v 22 additions, 17 deletionsproofmode/tactics.v
- tests/proofmode.v 16 additions, 3 deletionstests/proofmode.v
Loading
Please register or sign in to comment