Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marianna Rapoport
iris-coq
Commits
bf069d12
Commit
bf069d12
authored
Jan 31, 2017
by
Robbert Krebbers
Browse files
Arguments for gsetC and gset_disjC.
parent
71c10187
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/algebra/gset.v
View file @
bf069d12
...
...
@@ -59,6 +59,7 @@ Section gset.
Proof
.
by
apply
persistent_total
;
rewrite
gset_core_self
.
Qed
.
End
gset
.
Arguments
gsetC
_
{
_
_
}.
Arguments
gsetR
_
{
_
_
}.
Arguments
gsetUR
_
{
_
_
}.
...
...
@@ -220,5 +221,6 @@ Section gset_disj.
Qed
.
End
gset_disj
.
Arguments
gset_disjC
_
{
_
_
}.
Arguments
gset_disjR
_
{
_
_
}.
Arguments
gset_disjUR
_
{
_
_
}.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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