Skip to content
Snippets Groups Projects
  1. Nov 15, 2016
  2. Nov 10, 2016
  3. Nov 09, 2016
  4. Nov 08, 2016
  5. Nov 07, 2016
  6. Nov 06, 2016
  7. Nov 05, 2016
  8. Nov 04, 2016
  9. Nov 03, 2016
    • Robbert Krebbers's avatar
      Rename "inc" of counter into "incr". · 7527bd61
      Robbert Krebbers authored
      7527bd61
    • Robbert Krebbers's avatar
      Forgot something as part of 7d74f654. · 3f678b90
      Robbert Krebbers authored
      3f678b90
    • Robbert Krebbers's avatar
      Merge branch 'new_star' into 'master' · 7d74f654
      Robbert Krebbers authored
      Use symbol ∗ for separating conjunction.
      
      The old choice for ★ was a arbitrary: the precedence of the ASCII asterisk * was fixed at a wrong level in Coq, so we had to pick another symbol. The ★ was a random choice from a unicode chart.
      
      The new symbol ∗ (as proposed by David Swasey) corresponds better to conventional practise and matches the symbol we use on paper.
      
      See merge request !21
      7d74f654
    • Robbert Krebbers's avatar
      Use symbol ∗ for separating conjunction. · cc31476d
      Robbert Krebbers authored
      The old choice for ★ was a arbitrary: the precedence of the ASCII asterisk *
      was fixed at a wrong level in Coq, so we had to pick another symbol. The ★ was
      a random choice from a unicode chart.
      
      The new symbol ∗ (as proposed by David Swasey) corresponds better to
      conventional practise and matches the symbol we use on paper.
      cc31476d
  10. Nov 02, 2016
    • Ralf Jung's avatar
      Merge branch 'ralf/texan' into 'master' · 6cb76aaa
      Ralf Jung authored
      Change the way we handle view shifts in post-conditions
      
      Now we try to avoid adding them unnecessarily, so we don't have to remove them automatically any more.
      
      The overall tally in the proofs (i.e., excluding changes in proof mode and lifting lemmas) is: 14 removed `iModIntro` (and equivalent tactics), 7 insertions of `wp_fupd`. So it seems we actually more often do not need that final update than we do need it. Not to mention this also simplifies the lifting lemmas and the proof mode, doing less unnecessary work (adding updates and then removing them again).
      
      On the minus side, *if* the update is missing, unexperienced users will have a hard time figuring out what to do. The change typically needs to be made at the beginning of the proof, the problem only surfaces at the end. This could be mitigated by providing a tactic for proving texan triples that does the `wp_fupd` (and the introducing the `\Phi`). While this would re-add most of the 14 removed `iModIntro`, we could still keep the simplified lifting lemmas and proof mode.
      
      Cc @robbertkrebbers @jjourdan what do you think?
      
      See merge request !20
      6cb76aaa
  11. Nov 01, 2016
  12. Oct 31, 2016
  13. Oct 30, 2016
  14. Oct 28, 2016
Loading