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
!398
Flip direction of `map_disjoint_fmap`.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Flip direction of `map_disjoint_fmap`.
robbert/map_disjoint_fmap
into
master
Overview
1
Commits
2
Pipelines
3
Changes
1
Merged
Robbert Krebbers
requested to merge
robbert/map_disjoint_fmap
into
master
2 years ago
Overview
1
Commits
2
Pipelines
3
Changes
1
Expand
The old way was inconsistent with other lemmas.
0
0
Merge request reports
Viewing commit
7ef1770c
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
7ef1770c
Flip direction of `map_disjoint_fmap`.
· 7ef1770c
Robbert Krebbers
authored
2 years ago
CHANGELOG.md
+
1
−
0
Options
@@ -26,6 +26,7 @@ Coq 8.11 is no longer supported.
-
Add
`map_Exists`
as an analogue to
`map_Forall`
. (by Michael Sammler)
-
Add
`case_match eqn:H`
that behaves like
`case_match`
but allows naming the
generated equality. (by Michael Sammler)
-
Flip direction of
`map_disjoint_fmap`
.
The following
`sed`
script should perform most of the renaming
(on macOS, replace
`sed`
by
`gsed`
, installed via e.g.
`brew install gnu-sed`
).
Loading