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
Commits
1dd6bcab
Commit
1dd6bcab
authored
9 months ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Tweak CHANGELOG.
parent
420bd785
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!570
Better use of modules / less global polution for strings
Pipeline
#106865
passed
9 months ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+3
-3
3 additions, 3 deletions
CHANGELOG.md
with
3 additions
and
3 deletions
CHANGELOG.md
+
3
−
3
View file @
1dd6bcab
...
...
@@ -53,9 +53,9 @@ API-breaking change is listed.
+
Add string literal notation "my string" to
`std_scope`
, and no longer
globally open
`string_scope`
.
+
Move all definitions and lemmas about strings/ascii into the modules
`String`
/
`Ascii`
, i.e., rename
`string_rev_app`
into
`String.rev_app`
,
`string_rev`
into
`String.rev`
,
`is_nat`
into
`Ascii.is_nat`
,
`is_space`
into
`Ascii.is_space`
and
`words`
into
`String.words`
.
`String`
/
`Ascii`
, i.e., rename
`string_rev_app`
→
`String.rev_app`
,
`string_rev`
→
`String.rev`
,
`is_nat`
→
`Ascii.is_nat`
,
`is_space`
→
`Ascii.is_space`
and
`words`
→
`String.words`
.
+
The file
`std.strings`
no longer exports the
`String`
module, it only
exports the
`string`
type, its constructors, induction principles, and
notations (in
`string_scope`
). Similar to the number types (
`nat`
,
`N`
,
...
...
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