- Jun 08, 2017
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
when using iCombine.
-
- Jun 06, 2017
-
-
Robbert Krebbers authored
TODO: document this.
-
- May 25, 2017
-
-
Robbert Krebbers authored
-
- May 17, 2017
-
-
Robbert Krebbers authored
-
- May 12, 2017
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
Otherwise, the tactic will fail subsequently. Besides, it was inconsistent w.r.t. the iLöb tactic, which was already doing this.
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Ralf Jung authored
-
- May 09, 2017
-
-
Robbert Krebbers authored
-
- Apr 27, 2017
-
-
Robbert Krebbers authored
Now they can also be used to clear/frame the whole pure/persistent/spatial context.
-
Robbert Krebbers authored
-
- Apr 26, 2017
-
-
Robbert Krebbers authored
After discussing this with Ralf, again, it turned out that using a bar instead of a turnstyle would be better. When formalizing type systems, one often wants to use a turnstyle in other notations (the typing judgment), so having the turnstyle in the proofmode notation is confusing.
-
- Apr 19, 2017
- Apr 13, 2017
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
This enables things like `iSpecialize ("H2" with "H1") in the below: "H1" : P ---------□ "H2" : □ P -∗ Q ---------∗ R
-
Robbert Krebbers authored
-
- Apr 12, 2017
- Apr 11, 2017
-
-
Jacques-Henri Jourdan authored
A notion of CMRA morphims based on the compatibility with validity, core and composition. See merge request !56
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
- Apr 07, 2017
-
-
Robbert Krebbers authored
For example, when having `H : ▷ P → Q` and `HP : P`, we can now do `iSpecialize ("H" with "HP")`. This is achieved by putting a `FromAssumption` premise in the base instance for `IntoWand`.
-
Ralf Jung authored
-
Jacques-Henri Jourdan authored
-
- Apr 05, 2017
-
-
Jacques-Henri Jourdan authored
-