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
Simon Friis Vindum
stdpp
Commits
951bd2eb
Commit
951bd2eb
authored
3 years ago
by
Simon Friis Vindum
Browse files
Options
Downloads
Patches
Plain Diff
Update changelog for filter extensionality lemmas
parent
02b85368
Branches
changelog-addition
No related tags found
No related merge requests found
Pipeline
#49440
passed
3 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+9
-1
9 additions, 1 deletion
CHANGELOG.md
with
9 additions
and
1 deletion
CHANGELOG.md
+
9
−
1
View file @
951bd2eb
...
@@ -42,7 +42,12 @@ API-breaking change is listed.
...
@@ -42,7 +42,12 @@ API-breaking change is listed.
-
Add function
`kmap`
to transform the keys of finite maps.
-
Add function
`kmap`
to transform the keys of finite maps.
-
Set
`Hint Mode`
for the classes
`PartialOrder`
,
`TotalOrder`
,
`MRet`
,
`MBind`
,
-
Set
`Hint Mode`
for the classes
`PartialOrder`
,
`TotalOrder`
,
`MRet`
,
`MBind`
,
`MJoin`
,
`FMap`
,
`OMap`
,
`MGuard`
,
`SemiSet`
,
`Set_`
,
`TopSet`
, and
`Infinite`
.
`MJoin`
,
`FMap`
,
`OMap`
,
`MGuard`
,
`SemiSet`
,
`Set_`
,
`TopSet`
, and
`Infinite`
.
-
Make
`map_filter_strong_ext`
and
`map_filter_ext`
bidirectional.
-
Strengthen the extensionality lemmas
`map_filter_ext`
and
`map_filter_strong_ext`
:
+
Rename
`map_filter_strong_ext`
→
`map_filter_strong_ext_1`
and
`map_filter_ext`
→
`map_filter_ext_1`
.
+
Add new bidirectional lemmas
`map_filter_strong_ext`
and
`map_filter_ext`
.
+
Add
`map_filter_strong_ext_2`
and
`map_filter_ext_2`
.
-
Make collection of lemmas for filter + union/disjoint consistent for sets and
-
Make collection of lemmas for filter + union/disjoint consistent for sets and
maps:
maps:
+
Sets: Add lemmas
`disjoint_filter`
,
`disjoint_filter_complement`
, and
+
Sets: Add lemmas
`disjoint_filter`
,
`disjoint_filter_complement`
, and
...
@@ -131,6 +136,9 @@ s/\bequiv_None\b/None_equiv_eq/g
...
@@ -131,6 +136,9 @@ s/\bequiv_None\b/None_equiv_eq/g
s/\bmap_equiv_empty\b/map_empty_equiv_eq/g
s/\bmap_equiv_empty\b/map_empty_equiv_eq/g
# insert_delete
# insert_delete
s/\binsert_delete\b/insert_delete_insert/g
s/\binsert_delete\b/insert_delete_insert/g
# filter extensionality lemmas
s/\bmap_filter_ext\b/map_filter_ext_1/g
s/\bmap_filter_strong_ext\b/map_filter_strong_ext_1/g
' $(find theories -name "*.v")
' $(find theories -name "*.v")
```
```
...
...
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