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
Jonas Kastberg
iris
Commits
2e873a3a
Commit
2e873a3a
authored
Oct 28, 2017
by
Robbert Krebbers
Browse files
Add note about iIntros/iAlways to CHANGELOG.
parent
92c7d5d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
2e873a3a
...
...
@@ -65,6 +65,12 @@ sed 's/\bPersistentP\b/Persistent/g; s/\bTimelessP\b/Timeless/g; s/\bCMRADiscret
mode.
-
Many missing type class instances for distributing connectives have been
defined.
-
The tactics
`iIntros (?)`
and
`iIntros "!#"`
(i.e.
`iAlways`
) are now
implemented using type classes. That way, they are more generic, e.g.
`iIntros (?)`
also works when the universal quantifier is below a modality,
and
`iAlways`
also works for the plainness modality. A breaking change,
however, is that these tactics now no longer work when the universal
quantifier or modality is behind a type class opaque definition.
*
The generic
`fill`
operation of the
`ectxi_language`
construct has been
defined in terms of a left fold instead of a right fold. This gives rise to
more definitional equalities.
...
...
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