Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
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
Gaëtan Gilbert
Iris
Commits
725a6297
Commit
725a6297
authored
6 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
expand changelog
parent
9064e78f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+11
-6
11 additions, 6 deletions
CHANGELOG.md
with
11 additions
and
6 deletions
CHANGELOG.md
+
11
−
6
View file @
725a6297
...
@@ -23,12 +23,17 @@ Changes in and extensions of the theory:
...
@@ -23,12 +23,17 @@ Changes in and extensions of the theory:
Changes in Coq:
Changes in Coq:
*
An all-new generalized proofmode that abstracts away from Iris! The proofmode
*
An all-new generalized proof mode that abstracts away from Iris! See
can now be used with logics derived from Iris (like iGPS), with
<http://iris-project.org/mosel/>
for the corresponding paper. Major new
non-step-indexed logics and even with non-affine (i.e., linear) logics. See
features:
<http://iris-project.org/mosel/>
for the corresponding paper.
-
The proof mode can now be used with logics derived from Iris (like iGPS),
Developments instantiating the proofmode typeclasses may need significant
with non-step-indexed logics and even with non-affine (i.e., linear) logics.
changes. For developments just using the proofmode tactics, porting should
-
`iModIntro`
is more flexible and more powerful, it now also subsumes
`iNext`
and
`iAlways`
.
-
General infrastructure for deriving a logic for monotone predicates over
an existing logic (see the paper for more details).
Developments instantiating the proof mode typeclasses may need significant
changes. For developments just using the proof mode tactics, porting should
not be too much effort. Notable things to port are:
not be too much effort. Notable things to port are:
-
All the BI laws moved from the
`uPred`
module to the
`bi`
module. For
-
All the BI laws moved from the
`uPred`
module to the
`bi`
module. For
example,
`uPred.later_equivI`
became
`bi.later_equivI`
.
example,
`uPred.later_equivI`
became
`bi.later_equivI`
.
...
...
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