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
Model registry
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
Iris
stdpp
Merge requests
!143
Add tests for equiv notation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add tests for equiv notation
Blaisorblade/stdpp:test-equiv
into
master
Overview
2
Commits
2
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Merged
Paolo G. Giarrusso
requested to merge
Blaisorblade/stdpp:test-equiv
into
master
4 years ago
Overview
2
Commits
2
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Expand
Extracted from
iris!409 (merged)
.
0
0
Merge request reports
Viewing commit
f88fe7a6
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
f88fe7a6
Apply suggestion to tests/notation.v
· f88fe7a6
Robbert Krebbers
authored
4 years ago
tests/notation.v
+
1
−
1
Options
From
stdpp
Require
Import
base
tactics
.
(** Test parsing of variants of [(≡)] notation. *)
Lemma
test_equiv_annot_sections
`{
!
Equiv
A
,
Equivalence
A
(
≡@
{
A
})}
(
x
:
A
)
:
Lemma
test_equiv_annot_sections
`{
!
Equiv
A
,
!
Equivalence
(
≡@
{
A
})}
(
x
:
A
)
:
x
≡@
{
A
}
x
∧
(
≡@
{
A
})
x
x
∧
(
x
≡
.)
x
∧
(.
≡
x
)
x
∧
((
x
≡@
{
A
}
x
))
∧
((
≡@
{
A
}))
x
x
∧
((
x
≡
.))
x
∧
((.
≡
x
))
x
∧
(
x
≡@
{
A
}
x
)
∧
(
x
≡
.)
x
∧
Loading