- Oct 26, 2017
-
-
Ralf Jung authored
-
Ralf Jung authored
-
Robbert Krebbers authored
Now, associativity needs only to be established in case the elements are valid and their compositions are defined. This is very much like the notion of separation algebras I had in my PhD thesis (Def 4.2.1). The Dra to Ra construction still easily works out.
-
- Oct 25, 2017
-
-
Robbert Krebbers authored
Fix some longstanding renaming issues See merge request FP/iris-coq!63
-
Robbert Krebbers authored
Replace/remove some occurences of `persistently` into `persistent` where the property instead of the modality is used.
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
Rename `UCMRA` → `Ucmra` Rename `CMRA` → `Cmra` Rename `OFE` → `Ofe` (`Ofe` was already used partially, but many occurences were missing) Rename `STS` → `Sts` Rename `DRA` → `Dra`
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
I have reimplemented the tactic for introduction of ∀s/pures using type classes, which directly made it much more modular.
-
Robbert Krebbers authored
The advantage is that we can directly use a Coq introduction pattern `cpat` to perform actions to the pure assertion. Before, this had to be done in several steps: iDestruct ... as "[Htmp ...]"; iDestruct "Htmp" as %cpat. That is, one had to introduce a temporary name. I expect this to be quite useful in various developments as many of e.g. our invariants are written as: ∃ x1 .. x2, ⌜ pure stuff ⌝ ∗ spacial stuff.
-
- Oct 24, 2017
- Oct 20, 2017
- Oct 19, 2017
- Oct 18, 2017
- Oct 12, 2017
-
-
Ralf Jung authored
-
- Oct 10, 2017
-
-
Robbert Krebbers authored
Introduce a connective `ilocked` to stop `iNext` and `iFrame`. See merge request FP/iris-coq!67
-
Robbert Krebbers authored
-
Ralf Jung authored
use primitive projections for our mixins See merge request FP/iris-coq!69
-
Ralf Jung authored
-
Ralf Jung authored
Remove an unused argument for `newcounter_mono_spec`. See merge request FP/iris-coq!70
-
Dan Frumin authored
-
Ralf Jung authored
-