Skip to content
Snippets Groups Projects
  1. Nov 21, 2016
  2. Nov 20, 2016
  3. Nov 19, 2016
  4. Nov 03, 2016
    • 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
  5. Oct 25, 2016
  6. Oct 03, 2016
  7. Sep 28, 2016
  8. Aug 28, 2016
  9. Aug 24, 2016
  10. Jul 27, 2016
  11. Jul 25, 2016
  12. Jul 22, 2016
  13. Jun 23, 2016
  14. Jun 01, 2016
  15. May 31, 2016
  16. May 30, 2016
  17. May 27, 2016
  18. May 24, 2016
    • Robbert Krebbers's avatar
      Change notations of big_ops for upred. · 93792f5c
      Robbert Krebbers authored
      Rationale: to make the code closer to what is on paper, I want the notations
      to look like quantifiers, i.e. have a binder built-in. I thus introduced the
      following notations:
      
        [★ map] k ↦ x ∈ m, P
        [★ set] x ∈ X, P
      
      The good thing - contrary to the notations that we had before that required an
      explicit lambda - is that type annotations of k and x are now not printed
      making goals much easier to read.
      93792f5c
    • Robbert Krebbers's avatar
      Prove big_sepM_delete. · b48f3087
      Robbert Krebbers authored
      b48f3087
  19. Apr 18, 2016
  20. Apr 11, 2016
  21. Apr 08, 2016
  22. Mar 21, 2016
  23. Mar 15, 2016
Loading