Skip to content
Snippets Groups Projects
  1. Jul 02, 2020
  2. Jun 29, 2020
  3. Jun 26, 2020
  4. Jun 19, 2020
  5. Jun 18, 2020
  6. Jun 11, 2020
  7. Jun 07, 2020
  8. May 29, 2020
  9. May 28, 2020
  10. May 25, 2020
  11. May 24, 2020
  12. May 23, 2020
  13. May 13, 2020
  14. May 11, 2020
  15. Apr 24, 2020
  16. Apr 15, 2020
    • Robbert Krebbers's avatar
      Make use of `▷^` notation in its definition. · eddf607b
      Robbert Krebbers authored
      This works because there is already a `Reserved Notation`.
      eddf607b
    • Paolo G. Giarrusso's avatar
      Fix entailment notations `(⊢@{PROP})` and `(⊣⊢@{PROP} )` etc. · 1b820fbf
      Paolo G. Giarrusso authored
      Fix #302, including their ASCII variants.
      - Don't use quotes `'` that are not surrounded by spaces.
      - However, notation `'(⊢@{' PROP } )` prevents parsing `(⊢@{PROP} Q)` using the
      `⊢@{PROP} Q` notation.
      
      To fix that, we force left-factorization: we add a notation for `'(⊢@{' PROP }
      Q )`, defined to coincide with '⊢@{' PROP } Q but which can be left-factored
      with `( '⊢@{' PROP } )`.
      
      - Add left and right operator sections for (bi)entailment
      - Add tests.
      
      Also do all of the above also for ASCII notations, except for operator sections,
      which seem to require more discussion.
      1b820fbf
  17. Apr 14, 2020
  18. Apr 09, 2020
Loading