Skip to content

Commit

Permalink
fix: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
eupp committed Jun 13, 2021
1 parent e0c0e92 commit 157666e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/concur/porf_eventstruct.v
Expand Up @@ -1128,7 +1128,7 @@ Lemma prime_inj : injective (porf_eventstruct_of).
Proof. exact: val_inj. Qed.

Lemma rf_ncf_dom_es (es : prime_porf_eventstruct) : rf_ncf_dom es.
Proof. by case: es. Qed.
Proof. by case: es=> /= ? /andP[]. Qed.

Variable (es : prime_porf_eventstruct).

Expand Down

0 comments on commit 157666e

Please sign in to comment.