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
!557
docs(gmap): add galina escaping
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
docs(gmap): add galina escaping
sanjit/stdpp:master
into
master
Overview
1
Commits
1
Pipelines
1
Changes
1
Merged
Sanjit Bhat
requested to merge
sanjit/stdpp:master
into
master
10 months ago
Overview
1
Commits
1
Pipelines
1
Changes
1
Expand
This fixes
#211 (closed)
. I checked this locally with coqdoc.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
054ac622
1 commit,
10 months ago
1 file
+
2
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
stdpp/gmap.v
+
2
−
3
Options
@@ -15,9 +15,8 @@ has the same good properties:
Compared to [Pmap], we not only need to make sure the trie representation is
canonical, we also need to make sure that all positions (of type positive) are
valid encodings of [K]. That is, for each position [q] in the trie, we have:
encode <$> decode q = Some q
valid encodings of [K]. That is, for each position [q] in the trie, we have
[encode <$> decode q = Some q].
Instead of formalizing this condition using a Sigma type (which would break
the strict positivity check in nested recursive definitions), we make
Loading