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
Package Registry
Model registry
Operate
Terraform modules
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
Adam
stdpp
Commits
4b8807b2
Commit
4b8807b2
authored
7 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
fix changelog typos
parent
d3169b50
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+7
-8
7 additions, 8 deletions
CHANGELOG.md
with
7 additions
and
8 deletions
CHANGELOG.md
+
7
−
8
View file @
4b8807b2
...
...
@@ -6,11 +6,11 @@ API-breaking change is listed.
New features:
-
Many new lemmas about lists, vectors, sets, maps.
-
Equivalence proofs between
coq
++ functions
that have a different definition in
the
Coq standard library, e.g.
`List.nth`
,
`List.NoDop`
.
-
Type versions of the logical connectives and list predicates:
-
Equivalence proofs between
std
++ functions
and their alternative in the the
Coq standard library, e.g.
`List.nth`
,
`List.NoDop`
.
-
Type
class
versions of the logical connectives and list predicates:
`TCOr`
,
`TCAnd`
,
`TCTrue`
,
`TCForall`
,
`TCForall2`
.
-
A
conne
cti
ve
`tc_opaque`
to make definitions type class opaque.
-
A
fun
cti
on
`tc_opaque`
to make definitions type class opaque.
-
A type class
`Infinite`
for infinite types.
-
A generic implementation to obtain fresh elements of infinite types.
-
More theory about curry and uncurry functions on
`gmap`
.
...
...
@@ -35,13 +35,12 @@ Changes to notations:
-
Operational type classes for lattice notations:
`⊑`
,
`⊓`
,
`⊔`
,
`⊤`
`⊥`
.
-
Replace
`⊥`
for disjointness with
`##`
, so that
`⊥`
can be used for the
bottom lattice element.
-
All notations are now in
`stdpp_scope`
with scope
`stdpp`
-
All notations are now in
`stdpp_scope`
with scope
key
`stdpp`
(formerly
`C_scope`
and
`C`
).
-
Stronger binding
for
`.1`
and
`.2`
that is compatible with ssreflect.
-
Various changes to monadic notation to improve compatibility with Mtac2:
-
Higher precedence
for
`.1`
and
`.2`
that is compatible with ssreflect.
-
Various changes to monadic notation
s
to improve compatibility with Mtac2:
+
Pattern matching notation for monadic bind
`'pat ← x; y`
where
`pat`
can
be any Coq pattern.
+
Change the level of the do-notation.
+
`<$>`
is left associative.
+
Notation
`x ;; y`
for
`_ ← x; y`
.
-
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