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
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
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
Thibaut Pérami
stdpp
Commits
f70ecc5c
Commit
f70ecc5c
authored
5 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Tests for `set_unfold in H`.
parent
bd0e6352
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/sets.ref
+0
-0
0 additions, 0 deletions
tests/sets.ref
tests/sets.v
+4
-0
4 additions, 0 deletions
tests/sets.v
with
4 additions
and
0 deletions
tests/sets.ref
0 → 100644
+
0
−
0
View file @
f70ecc5c
This diff is collapsed.
Click to expand it.
tests/sets.v
0 → 100644
+
4
−
0
View file @
f70ecc5c
From
stdpp
Require
Import
sets
.
Lemma
foo
`{
Set_
A
C
}
(
x
:
A
)
(
X
Y
:
C
)
:
x
∈
X
∩
Y
→
x
∈
X
.
Proof
.
intros
Hx
.
set_unfold
in
Hx
.
tauto
.
Qed
.
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