Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
Iris
Commits
725a6297
Commit
725a6297
authored
Jul 09, 2018
by
Ralf Jung
Browse files
expand changelog
parent
9064e78f
Pipeline
#10647
passed with stage
in 55 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment