Skip to content
Snippets Groups Projects
Commit af0efbba authored by Ralf Jung's avatar Ralf Jung
Browse files

remove useless parameter, and export public dependencies from dfrac

parent 86125f9c
Branches
Tags
No related merge requests found
...@@ -19,7 +19,8 @@ ...@@ -19,7 +19,8 @@
that no one can own 1. And, since discarding is an irreversible operation, that no one can own 1. And, since discarding is an irreversible operation,
it also implies that no one can own 1 in the future *) it also implies that no one can own 1 in the future *)
From Coq.QArith Require Import Qcanon. From Coq.QArith Require Import Qcanon.
From iris.algebra Require Import cmra proofmode_classes updates frac. From iris.algebra Require Export cmra.
From iris.algebra Require Import proofmode_classes updates frac.
From iris Require Import options. From iris Require Import options.
(** An element of dfrac denotes ownership of a fraction, knowledge that a (** An element of dfrac denotes ownership of a fraction, knowledge that a
...@@ -158,7 +159,7 @@ Section dfrac. ...@@ -158,7 +159,7 @@ Section dfrac.
Lemma dfrac_valid_discarded p : DfracDiscarded. Lemma dfrac_valid_discarded p : DfracDiscarded.
Proof. done. Qed. Proof. done. Qed.
Lemma dfrac_valid_own_discarded q p : Lemma dfrac_valid_own_discarded q :
(DfracOwn q DfracDiscarded) (q < 1%Qp)%Qc. (DfracOwn q DfracDiscarded) (q < 1%Qp)%Qc.
Proof. done. Qed. Proof. done. Qed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment