- 23 Mar, 2022 1 commit
-
-
Ralf Jung authored
-
- 20 Mar, 2022 2 commits
-
-
Paolo G. Giarrusso authored
-
Paolo G. Giarrusso authored
-
- 26 Jul, 2021 1 commit
-
-
Ralf Jung authored
-
- 02 Jun, 2021 1 commit
-
-
Ralf Jung authored
-
- 17 May, 2021 1 commit
-
-
Robbert Krebbers authored
-
- 06 Mar, 2021 2 commits
- 12 Jan, 2021 2 commits
- 07 Jan, 2021 2 commits
-
-
Ralf Jung authored
-
- 11 Nov, 2020 1 commit
-
-
Ralf Jung authored
-
- 21 Oct, 2020 1 commit
-
-
Ralf Jung authored
-
- 13 Oct, 2020 1 commit
-
-
Ralf Jung authored
-
- 09 Oct, 2020 2 commits
- 29 Sep, 2020 1 commit
-
-
Ralf Jung authored
-
- 10 Sep, 2020 1 commit
-
-
Ralf Jung authored
-
- 03 Apr, 2020 1 commit
-
-
Robbert Krebbers authored
Rename existing asymmetric lemma `singleton_included` into `singleton_included_l`.
-
- 31 Mar, 2020 1 commit
-
-
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.' ```
-
- 16 Mar, 2020 1 commit
-
-
- remove "odd" comment - move atomic triples to bi_scope
-
- 13 Sep, 2019 1 commit
-
-
Jacques-Henri Jourdan authored
The general idea is to first import/export modules which are further than the current one, and then import/export modules which are close dependencies. This commit tries to use the same order of imports for every file, and describes the convention in ProofGuide.md. There is one exception, where we do not follow said convention: in program_logic/weakestpre.v, using that order would break printing of texan triples (??).
-
- 16 Jun, 2019 1 commit
-
-
Robbert Krebbers authored
Used the following script: sed ' s/\bCofeMor/OfeMor/g; s/\-c>/\-d>/g; s/\bcFunctor/oFunctor/g; s/\bCFunctor/OFunctor/g; s/\b\%CF/\%OF/g; s/\bconstCF/constOF/g; s/\bidCF/idOF/g s/\bdiscreteC/discreteO/g; s/\bleibnizC/leibnizO/g; s/\bunitC/unitO/g; s/\bprodC/prodO/g; s/\bsumC/sumO/g; s/\bboolC/boolO/g; s/\bnatC/natO/g; s/\bpositiveC/positiveO/g; s/\bNC/NO/g; s/\bZC/ZO/g; s/\boptionC/optionO/g; s/\blaterC/laterO/g; s/\bofe\_fun/discrete\_fun/g; s/\bdiscrete\_funC/discrete\_funO/g; s/\bofe\_morC/ofe\_morO/g; s/\bsigC/sigO/g; s/\buPredC/uPredO/g; s/\bcsumC/csumO/g; s/\bagreeC/agreeO/g; s/\bauthC/authO/g; s/\bnamespace_mapC/namespace\_mapO/g; s/\bcmra\_ofeC/cmra\_ofeO/g; s/\bucmra\_ofeC/ucmra\_ofeO/g; s/\bexclC/exclO/g; s/\bgmapC/gmapO/g; s/\blistC/listO/g; s/\bvecC/vecO/g; s/\bgsetC/gsetO/g; s/\bgset\_disjC/gset\_disjO/g; s/\bcoPsetC/coPsetO/g; s/\bgmultisetC/gmultisetO/g; s/\bufracC/ufracO/g s/\bfracC/fracO/g; s/\bvalidityC/validityO/g; s/\bbi\_ofeC/bi\_ofeO/g; s/\bsbi\_ofeC/sbi\_ofeO/g; s/\bmonPredC/monPredO/g; s/\bstateC/stateO/g; s/\bvalC/valO/g; s/\bexprC/exprO/g; s/\blocC/locO/g; ' -i $(find theories -name "*.v")
-
- 11 Jun, 2019 2 commits
- 24 May, 2019 1 commit
-
-
Robbert Krebbers authored
This MR is a follow up on the renamings performed (implicitly) as part of !215. This MR makes the following changes: - `auth_both_frac_valid` and `auth_both_valid` are now of the same shape as `auth_both_frac_validN` and `auth_both_validN`. That is, both are now biimplications. - The left-to-right direction of `auth_both_frac_valid` and `auth_both_valid` only holds in case the camera is discrete. The right-to-left versions for non-discrete cameras are prefixed `_2`, the convention that we use throughout the development. - Change the direction of lemmas like `auth_frag_valid` and `auth_auth_valid` so that it's consistent with the other lemmas. I.e. make sure that the ◯ and ● are always on the LHS of the biimplication.
-
- 23 May, 2019 1 commit
-
-
- 22 Mar, 2019 1 commit
-
-
Rodolphe Lepigre authored
-
- 19 Mar, 2019 3 commits
-
-
Rodolphe Lepigre authored
-
-
Rodolphe Lepigre authored
-
- 05 Mar, 2019 1 commit
-
-
Ralf Jung authored
-
- 20 Feb, 2019 1 commit
-
-
Robbert Krebbers authored
-
- 26 Nov, 2018 1 commit
-
-
Robbert Krebbers authored
-
- 22 Oct, 2018 1 commit
-
-
Robbert Krebbers authored
-
- 21 Oct, 2018 1 commit
-
-
Robbert Krebbers authored
-
- 19 Oct, 2018 1 commit
-
-
Ralf Jung authored
-
- 18 Oct, 2018 2 commits