- 12 Aug, 2020 1 commit
-
-
Ralf Jung authored
-
- 19 Jun, 2020 1 commit
-
-
Robbert Krebbers authored
-
- 16 Jun, 2020 1 commit
-
-
Simon Friis Vindum authored
-
- 13 Jun, 2020 1 commit
-
-
Simon Friis Vindum authored
-
- 06 Apr, 2020 1 commit
-
-
Ralf Jung authored
-
- 02 Apr, 2020 2 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
`{o,r,ur}Functor_map_{ne,id,compose,contractive}`.
-
- 01 Apr, 2020 4 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Ralf Jung authored
-
Ralf Jung authored
-
- 18 Mar, 2020 1 commit
-
-
Ralf Jung authored
-
- 23 Jan, 2020 2 commits
-
-
Dmitry Khalanskiy authored
-
Dmitry Khalanskiy authored
The two new lemmas allow splitting the resources in one component of a pair when the other component has nothing. In combination with `pair_split`, they allow to arbitrarily split the resource `(a ⋅ a', b ⋅ b')`. This is in line with `prod_local_update_1` and `prod_local_update_2`, the lemmas that allow, in a sense, to only consider one component of a pair.
-
- 21 Jan, 2020 1 commit
-
-
Robbert Krebbers authored
-
- 02 Dec, 2019 1 commit
-
-
Ralf Jung authored
-
- 20 Nov, 2019 1 commit
-
-
Robbert Krebbers authored
To prepare for https://github.com/coq/coq/pull/10762
-
- 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 (??).
-
- 26 Aug, 2019 1 commit
-
-
Ralf Jung authored
Simon knows why ;)
-
- 13 Aug, 2019 3 commits
-
-
Paolo G. Giarrusso authored
-
Paolo G. Giarrusso authored
-
Paolo G. Giarrusso authored
Turn all `f_op` lemmas to have shape `f (x ⋅ y) = f x ⋅ f y`, following the plan in iris/iris!295 (comment 39151), plus `cmra_morphism_op`.
-
- 30 Jul, 2019 1 commit
-
-
Ralf Jung authored
-
- 13 Jul, 2019 1 commit
-
-
Ralf Jung authored
-
- 07 Jul, 2019 1 commit
-
-
Ralf Jung authored
-
- 27 Jun, 2019 1 commit
-
-
- 25 Jun, 2019 1 commit
-
-
Robbert Krebbers authored
-
- 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")
-
- 05 Jun, 2019 1 commit
-
-
Robbert Krebbers authored
-
- 03 Jun, 2019 1 commit
-
-
Robbert Krebbers authored
This allows one to make use of recursive ghost state obtained from the recursive domain equation solver.
-
- 30 May, 2019 1 commit
-
-
Robbert Krebbers authored
We never make canonical instances of them.
-
- 24 May, 2019 1 commit
-
-
Ralf Jung authored
-
- 29 Apr, 2019 1 commit
-
-
Paolo G. Giarrusso authored
This comment wasn't updated after 866cad62.
-
- 25 Apr, 2019 1 commit
-
-
- 24 Jan, 2019 1 commit
-
-
Maxime Dénès authored
This is in preparation for coq/coq#9274.
-
- 29 Nov, 2018 1 commit
-
-
Tej Chajed authored
Adding a hint without a database now triggers a deprecation warning in Coq master (https://github.com/coq/coq/pull/8987).
-
- 01 Nov, 2018 1 commit
-
-
Robbert Krebbers authored
-
- 04 Oct, 2018 1 commit
-
-
Robbert Krebbers authored
-
- 29 May, 2018 2 commits