- May 29, 2020
-
-
Ralf Jung authored
-
- May 28, 2020
-
-
Gregory Malecha authored
-
- May 23, 2020
-
-
Robbert Krebbers authored
-
- Apr 15, 2020
-
-
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.
-
- Apr 14, 2020
-
-
Paolo G. Giarrusso authored
-
- Apr 07, 2020
-
-
Gregory Malecha authored
-
Gregory Malecha authored
- all ascii notation is marked "only parsing" so this PR shouldn't change anything for anyone using only unicode notation. - the algorithm for creating an ascii notation is pretty simple. - \ast -> * - \triangleright -> |> - \vee -> \/ - \wedge -> /\ - \forall -> forall - \exists -> exists - \ast -> **
-
- Mar 16, 2020
-
-
- remove "odd" comment - move atomic triples to bi_scope
-
- Feb 28, 2020
-
-
Ralf Jung authored
-
- Feb 18, 2020
-
-
Robbert Krebbers authored
-
Ralf Jung authored
-
- Nov 10, 2019
-
-
Robbert Krebbers authored
Fix issue pointed out by @tchajed in iris/iris!330 (comment 41322)
-
- Mar 05, 2019
-
-
Ralf Jung authored
-
- Feb 05, 2019
-
-
Pierre-Marie Pédrot authored
This is a change enabling backward compatibility.
-
- Oct 04, 2018
-
-
Ralf Jung authored
-
- May 29, 2018
-
-
Ralf Jung authored
-
- May 17, 2018
-
-
Ralf Jung authored
move test suite out of theories/ so it does not get installed; also check output of test suite so that we can test printing
-
- Apr 26, 2018
-
-
Ralf Jung authored
New IntoAcc typeclass to decouple creating and elliminating accessors; ElimInv supports both with and without Hclose
-
- Apr 25, 2018
-
-
Ralf Jung authored
-
- Mar 04, 2018
-
-
Robbert Krebbers authored
-
- Feb 23, 2018
-
-
Joseph Tassarotti authored
-
Joseph Tassarotti authored
-
Robbert Krebbers authored
-
Joseph Tassarotti authored
-
- Dec 22, 2017
-
-
Jacques-Henri Jourdan authored
-
- Nov 14, 2017
-
-
Robbert Krebbers authored
-
- Oct 30, 2017
-
-
Robbert Krebbers authored
-