- 15 Jul, 2020 3 commits
- 14 Jul, 2020 10 commits
- 02 Jul, 2020 2 commits
-
-
Simon Friis Vindum authored
-
Ralf Jung authored
-
- 29 Jun, 2020 1 commit
-
-
Ralf Jung authored
-
- 26 Jun, 2020 1 commit
-
-
Ralf Jung authored
-
- 17 Jun, 2020 1 commit
-
-
Simon Friis Vindum authored
-
- 29 May, 2020 1 commit
-
-
- it doesn't seem to conflict with anything in Ltac
-
- 28 May, 2020 1 commit
-
-
Robbert Krebbers authored
-
- 25 May, 2020 3 commits
-
-
Ralf Jung authored
-
Robbert Krebbers authored
-
Ralf Jung authored
-
- 23 May, 2020 1 commit
-
-
Robbert Krebbers authored
-
- 18 May, 2020 2 commits
- 28 Apr, 2020 1 commit
-
-
Paolo G. Giarrusso authored
-
- 25 Apr, 2020 1 commit
-
-
Abel Nieto authored
Here's one case this lemma might be useful. Suppose we want to programmatically generate namespaces for e.g. locks: ``` Definition lockN (l : loc) := nroot .@ "lock" .@ l. ``` Then to know that two such namespaces are disjoint, we need to know that the corresponding locations are distinct. For that we use the lemma here introduced. ``` Lemma ne l1 l2 v1 v2 : l1 ↦ v1 -∗ l2 ↦ v2 -∗ ⌜l1 ≠ l2⌝. Proof. iApply mapsto_mapsto_ne. (* goal ¬ ✓ 2%Qp *) by intros []. Qed. ```
-
- 24 Apr, 2020 1 commit
-
-
Robbert Krebbers authored
-
- 23 Apr, 2020 1 commit
-
-
Removes auth_both_op and renames auth_both_frac_op into auth_both_op.
-
- 08 Apr, 2020 1 commit
-
-
Ralf Jung authored
-
- 07 Apr, 2020 8 commits
-
-
Ralf Jung authored
-
Gregory Malecha authored
-
Gregory Malecha authored
-
Gregory Malecha authored
- all ascii notation is marked "only parsing" so this PR shouldn't change anything for anyone using only unicode notation. - the algorithm for creating an ascii notation is pretty simple. - \ast -> * - \triangleright -> |> - \vee -> \/ - \wedge -> /\ - \forall -> forall - \exists -> exists - \ast -> **
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
- 06 Apr, 2020 1 commit
-
-
Tej Chajed authored
-