Skip to content
GitLab
Menu
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
9d04874f
Commit
9d04874f
authored
May 01, 2022
by
Ralf Jung
Browse files
fix changelog style
parent
a3bed7ea
Pipeline
#65342
passed with stage
in 13 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
9d04874f
...
...
@@ -15,11 +15,11 @@ lemma.
**Changes in `proofmode`:**
*
`iAssumption`
no longer instantiate
s
evar premises with
`False`
. This
used
to occur when the conclusion contains variables that are not in scope of
the
evar, thus blocking the default behavior of instantiating the premise with
the conclusion. The old behavior can be emulated with
`iExFalso. iExact "H".`
*
`iInduction`
now
support
s
induction schemes that involve
`Forall`
and
*
Change
`iAssumption`
to
no longer instantiate evar premises with
`False`
. This
used
to occur when the conclusion contains variables that are not in scope of
the
evar, thus blocking the default behavior of instantiating the premise with
the conclusion. The old behavior can be emulated with
`iExFalso. iExact "H".`
*
In
`iInduction`
,
support induction schemes that involve
`Forall`
and
`Forall2`
(for example, for trees with finite branching).
**Changes in `base_logic`:**
...
...
@@ -29,7 +29,7 @@ lemma.
**Changes in `iris_heap_lang`:**
*
Change
d
the
`num_laters_per_step`
of
`heap_lang`
to
`λ n, n`
, signifying that
*
Change the
`num_laters_per_step`
of
`heap_lang`
to
`λ n, n`
, signifying that
each step of the weakest precondition strips
`n`
laters, where
`n`
is the
number of steps taken so far. This number is tied to ghost state in the state
interpretation, which is exposed, updated, and used with new lemmas
...
...
Write
Preview
Supports
Markdown
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