Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iris
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jonas Kastberg
iris
Commits
725a6297
Commit
725a6297
authored
Jul 09, 2018
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
expand changelog
parent
9064e78f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
6 deletions
+11
-6
CHANGELOG.md
CHANGELOG.md
+11
-6
No files found.
CHANGELOG.md
View file @
725a6297
...
...
@@ -23,12 +23,17 @@ Changes in and extensions of the theory:
Changes in Coq:
*
An all-new generalized proofmode that abstracts away from Iris! The proofmode
can now be used with logics derived from Iris (like iGPS), with
non-step-indexed logics and even with non-affine (i.e., linear) logics. See
<http://iris-project.org/mosel/>
for the corresponding paper.
Developments instantiating the proofmode typeclasses may need significant
changes. For developments just using the proofmode tactics, porting should
*
An all-new generalized proof mode that abstracts away from Iris! See
<http://iris-project.org/mosel/>
for the corresponding paper. Major new
features:
-
The proof mode can now be used with logics derived from Iris (like iGPS),
with non-step-indexed logics and even with non-affine (i.e., linear) logics.
-
`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:
-
All the BI laws moved from the
`uPred`
module to the
`bi`
module. For
example,
`uPred.later_equivI`
became
`bi.later_equivI`
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment