- Apr 02, 2020
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
`{o,r,ur}Functor_map_{ne,id,compose,contractive}`.
-
Robbert Krebbers authored
Make `_iff` and `_alter` lemmas for invariants consistent, and add `_iff` lemma for locks See merge request iris/iris!414
-
-
Ralf Jung authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
They follow the pattern of `wp_wand`.
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Ralf Jung authored
Kill `{o,r,ur}Functor_diag` coercions, and rename into `{o,r,ur}Functor_apply` Closes #240 See merge request iris/iris!413
-
- Apr 01, 2020
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
Add notion of isomorphism between OFEs See merge request iris/iris!410
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Ralf Jung authored
-
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 iris/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 !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
-