- 14 May, 2020 1 commit
-
-
Ralf Jung authored
-
- 18 Apr, 2020 5 commits
- 16 Apr, 2020 2 commits
-
-
Ralf Jung authored
Make use of `▷^` notation in its definition. See merge request iris/iris!428
-
Ralf Jung authored
Fix notation issues in #302 and add some missing "operator sections" for (bi)entailment Closes #302 See merge request iris/iris!409
-
- 15 Apr, 2020 4 commits
-
-
Robbert Krebbers authored
This works because there is already a `Reserved Notation`.
-
Robbert Krebbers authored
Fixed a spacing issue in metatheory.v See merge request iris/iris!427
-
-
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.
-
- 14 Apr, 2020 5 commits
-
-
Ralf Jung authored
-
Paolo G. Giarrusso authored
-
Paolo G. Giarrusso authored
-
Paolo G. Giarrusso authored
-
Paolo G. Giarrusso authored
-
- 13 Apr, 2020 1 commit
-
-
Robbert Krebbers authored
-
- 09 Apr, 2020 3 commits
-
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
add wp proof rule for recursive functions See merge request iris/iris!425
-
- 08 Apr, 2020 3 commits
- 07 Apr, 2020 16 commits
-
-
Ralf Jung authored
-
Ralf Jung authored
-
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Jacques-Henri Jourdan authored
-
Robbert Krebbers authored
Document `%H` pattern. Closes #305 See merge request !423
-