Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rodolphe Lepigre
Iris
Commits
b8317dfb
Commit
b8317dfb
authored
Dec 21, 2015
by
Robbert Krebbers
Browse files
Remove superfluous parameter.
parent
e6edf4f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
modures/ra.v
View file @
b8317dfb
...
...
@@ -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
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment