Skip to content
Snippets Groups Projects
  1. Jul 15, 2020
  2. Jun 12, 2020
  3. May 29, 2020
  4. May 28, 2020
  5. May 26, 2020
  6. May 25, 2020
  7. May 23, 2020
  8. May 20, 2020
  9. May 16, 2020
  10. May 15, 2020
  11. May 14, 2020
  12. Apr 18, 2020
  13. 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.
      1b820fbf
  14. Apr 14, 2020
  15. Apr 09, 2020
  16. Apr 07, 2020
  17. Apr 06, 2020
    • Tej Chajed's avatar
      Add support for pure names in intro patterns · 1375d6aa
      Tej Chajed authored
      Notably this support relies on string to identifier conversion, which
      works natively using Ltac2 in Coq 8.11+ and with a plugin
      (https://github.com/ppedrot/coq-string-ident) in Coq 8.10. To use it,
      you must replace intro_patterns.string_to_ident_hook with a real
      implementation; see https://gitlab.mpi-sws.org/iris/string-ident for a
      working implementation that works with Coq 8.11 (using Ltac2).
      
      The syntax is %H (within a string intro pattern). This is technically
      backwards-incompatible, because this was previously supported and parsed
      as % and H separately. To restore the old behavior, separate with a
      space, eg [% H].
      1375d6aa
  18. Apr 03, 2020
  19. Mar 31, 2020
  20. Mar 27, 2020
  21. Mar 20, 2020
  22. Mar 19, 2020
  23. Mar 18, 2020
  24. Mar 16, 2020
Loading