Skip to content
Snippets Groups Projects
  1. May 15, 2020
  2. Apr 18, 2020
  3. Apr 15, 2020
    • 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.
      Verified
      1b820fbf
  4. Apr 14, 2020
  5. Apr 09, 2020
  6. Apr 07, 2020
  7. Apr 06, 2020
  8. Apr 03, 2020
  9. Mar 31, 2020
  10. Mar 27, 2020
  11. Mar 20, 2020
  12. Mar 19, 2020
  13. Mar 18, 2020
  14. Mar 16, 2020
  15. Mar 12, 2020
  16. Mar 10, 2020
  17. Feb 28, 2020
  18. Feb 23, 2020
  19. Feb 18, 2020
  20. Feb 11, 2020
  21. Feb 10, 2020
  22. Feb 01, 2020
  23. Jan 15, 2020
  24. Jan 13, 2020
  25. Jan 09, 2020
  26. Jan 08, 2020
  27. Dec 13, 2019
Loading