- Apr 01, 2020
-
-
Ralf Jung authored
-
Ralf Jung authored
Revise uses of `inj` from !408 as discussed See merge request iris/iris!412
-
-
- Mar 31, 2020
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
Replace explicit use of Inj instances by inj See merge request iris/iris!408
-
Paolo G. Giarrusso authored
Same rationale as stdpp!132.
-
Ralf Jung authored
drop_insert -> drop_insert_gt See merge request iris/iris!407
-
Michael Sammler authored
-
Ralf Jung authored
Add missing `Proof.` to sealing proofs to help async proof checking See merge request iris/iris!406
-
Paolo G. Giarrusso authored
This helps async proof checking (see iris/iris!406 (comment 46759)). Done with ``` gsed -i 's/seal \(.*\)\. by eexists. Qed./seal \1. Proof. by eexists. Qed./' \ $(find theories/ -name '*.v') ``` And checked by inspecting the output of: ``` git grep '\bseal\b'|fgrep -v 'Proof. by eexists. Qed.' ```
-
- Mar 27, 2020
-
-
Ralf Jung authored
Spell check proof_guide.md See merge request iris/iris!405
-
Paolo G. Giarrusso authored
-
Robbert Krebbers authored
sbi_internal_eq: add "sections" of notation, following stdpp See merge request iris/iris!404
-
Paolo G. Giarrusso authored
-
- Mar 25, 2020
-
-
Ralf Jung authored
Prove stepping (i.e., non-value) version of `atomic_wp_seq`. See merge request iris/iris!402
-
Robbert Krebbers authored
-
Ralf Jung authored
Prove `Laterable (∃ x, Φ x)`. See merge request iris/iris!401
-
Robbert Krebbers authored
-
- Mar 23, 2020
-
-
Robbert Krebbers authored
-
- Mar 21, 2020
-
-
Robbert Krebbers authored
Add VS code to the editor.md docs See merge request iris/iris!397
-
-
- Mar 20, 2020
-
-
Robbert Krebbers authored
Make `iAssumption` work on `⊢ ...` premises in the Coq context. See merge request iris/iris!398
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
- The error messages were wrong: the goal needs to be absorbing, not the hypothesis. - The wrong failure number was used in `iAssumption`, which caused the error not to be propagated properly.
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Ralf Jung authored
-
- Mar 19, 2020
-
-
Robbert Krebbers authored
-
- Mar 18, 2020
-
-
Ralf Jung authored
Use apply: for pair_core_id Closes #255 See merge request iris/iris!395
-
Robbert Krebbers authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
mention that masks in Coq are a bit different than on paper Closes #211 See merge request iris/iris!394
-
Ralf Jung authored
-
Robbert Krebbers authored
-