- Jun 24, 2019
-
-
Paolo G. Giarrusso authored
-
- Jun 21, 2019
-
-
Ralf Jung authored
Fix sed on mac for real See merge request iris/iris!277
-
On Mac, options must come first. On Linux this should still be fine, and works with gnu-sed.
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- Jun 20, 2019
-
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
Add clairvoyant_coin example See merge request iris/iris!266
-
Amin Timany authored
-
Ralf Jung authored
Add stuck_fill lemma. See merge request iris/iris!276
-
Hai Dang authored
-
Hai Dang authored
-
- Jun 19, 2019
-
-
Ralf Jung authored
-
- Jun 18, 2019
-
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
comparison: treat prophecies like unit and make all closures equal See merge request iris/iris!270
-
Ralf Jung authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
Replace `C`s with `O`s since we use OFEs instead of COFEs. Closes #118 See merge request iris/iris!263
-
Robbert Krebbers authored
This avoids weird Ltac behaviors like those in !272. Also, change `before_tc` keyword into `as` to be consistent with other tactics.
-
Ralf Jung authored
-
Robbert Krebbers authored
ltac_tactics.v: drop dead branch See merge request iris/iris!273
-
Ralf Jung authored
-
Ralf Jung authored
-
- Jun 17, 2019
-
-
Paolo G. Giarrusso authored
-
- Jun 16, 2019
-
-
Paolo G. Giarrusso authored
-
Robbert Krebbers authored
Fix parsing precedence for iEval See merge request iris/iris!269
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
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")
-
- Jun 15, 2019
-
-
Robbert Krebbers authored
Lifting lemmas for working with arrays See merge request !267
-
Rodolphe Lepigre authored
-
Rodolphe Lepigre authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Paolo G. Giarrusso authored
-