Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stdpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gregory Malecha
stdpp
Commits
c6eed539
Commit
c6eed539
authored
5 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Name some anonymous instances.
parent
260bd0b3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/listset_nodup.v
+2
-2
2 additions, 2 deletions
theories/listset_nodup.v
with
2 additions
and
2 deletions
theories/listset_nodup.v
+
2
−
2
View file @
c6eed539
...
...
@@ -31,7 +31,7 @@ Instance listset_nodup_difference: Difference C :=
λ
'
(
ListsetNoDup
l
Hl
)
'
(
ListsetNoDup
k
Hk
),
ListsetNoDup
_
(
NoDup_list_difference
_
k
Hl
)
.
Instance
:
Set_
A
C
.
Instance
listset_nodup_set
:
Set_
A
C
.
Proof
.
split
;
[
split
|
|
]
.
-
by
apply
not_elem_of_nil
.
...
...
@@ -42,7 +42,7 @@ Proof.
Qed
.
Global
Instance
listset_nodup_elems
:
Elements
A
C
:=
listset_nodup_car
.
Global
Instance
:
FinSet
A
C
.
Global
Instance
listset_nodup_fin_set
:
FinSet
A
C
.
Proof
.
split
.
apply
_
.
done
.
by
intros
[??]
.
Qed
.
End
list_set
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment