Skip to content
Snippets Groups Projects
  1. Oct 25, 2017
    • Robbert Krebbers's avatar
      Make `iDestruct ... as (cpat) "..."` work on '⌜φ⌝ ∧ P` and `⌜φ⌝ ∗ P`. · c5045145
      Robbert Krebbers authored
      The advantage is that we can directly use a Coq introduction pattern
      `cpat` to perform actions to the pure assertion. Before, this had
      to be done in several steps:
      
        iDestruct ... as "[Htmp ...]"; iDestruct "Htmp" as %cpat.
      
      That is, one had to introduce a temporary name.
      
      I expect this to be quite useful in various developments as many of
      e.g. our invariants are written as:
      
        ∃ x1 .. x2, ⌜ pure stuff ⌝ ∗ spacial stuff.
      c5045145
  2. Oct 24, 2017
  3. Oct 20, 2017
  4. Oct 19, 2017
  5. Oct 18, 2017
  6. Oct 12, 2017
  7. Oct 10, 2017
  8. Oct 09, 2017
  9. Oct 07, 2017
  10. Oct 05, 2017
Loading