Skip to content
Snippets Groups Projects
Commit 57c840e0 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Remove forgotten admit in auth.

parent ca56a751
No related branches found
No related tags found
No related merge requests found
...@@ -132,9 +132,11 @@ Canonical Structure authR : cmraT := CMRAT auth_cofe_mixin auth_cmra_mixin. ...@@ -132,9 +132,11 @@ Canonical Structure authR : cmraT := CMRAT auth_cofe_mixin auth_cmra_mixin.
Global Instance auth_cmra_discrete : CMRADiscrete A CMRADiscrete authR. Global Instance auth_cmra_discrete : CMRADiscrete A CMRADiscrete authR.
Proof. Proof.
split; first apply _. split; first apply _.
intros [[] ?]; rewrite /= /cmra_valid /cmra_validN /= intros [[] ?]; rewrite /= /cmra_valid /cmra_validN /=; auto.
-?cmra_discrete_included_iff -?cmra_discrete_valid_iff; auto. - setoid_rewrite <-cmra_discrete_included_iff.
Admitted. rewrite -cmra_discrete_valid_iff. tauto.
- by rewrite -cmra_discrete_valid_iff.
Qed.
(** Internalized properties *) (** Internalized properties *)
Lemma auth_equivI {M} (x y : auth A) : Lemma auth_equivI {M} (x y : auth A) :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment