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

Remove superfluous parameter.

parent e6edf4f4
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ Context `{Empty A, !RAIdentity A}.
Global Instance ra_empty_r : RightId () ().
Proof. by intros x; rewrite (commutative op), (left_id _ _). Qed.
Lemma ra_unit_empty x : unit ∅.
Lemma ra_unit_empty : unit ∅.
Proof. by rewrite <-(ra_unit_l ) at 2; rewrite (right_id _ _). Qed.
Lemma ra_empty_least x : x.
Proof. by exists x; rewrite (left_id _ _). Qed.
......
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