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
George Pirlea
Iris
Commits
60d28bbb
Commit
60d28bbb
authored
Apr 17, 2019
by
Robbert Krebbers
Browse files
Document `iAccu`.
parent
9d8af00a
Changes
1
Show whitespace changes
Inline
Side-by-side
ProofMode.md
View file @
60d28bbb
...
@@ -111,6 +111,9 @@ Separation logic-specific tactics
...
@@ -111,6 +111,9 @@ Separation logic-specific tactics
framed.
framed.
-
`iCombine "H1" "H2" as "pat"`
: combines
`H1 : P1`
and
`H2 : P2`
into
-
`iCombine "H1" "H2" as "pat"`
: combines
`H1 : P1`
and
`H2 : P2`
into
`H: P1 ∗ P2`
, then calls
`iDestruct H as pat`
on the combined hypothesis.
`H: P1 ∗ P2`
, then calls
`iDestruct H as pat`
on the combined hypothesis.
-
`iAccu`
: solves a goal that is an evar by instantiating it with a all
hypotheses from the spatial context joined together with a separating
conjunction (or
`emp`
in case the spatial context is empty).
Modalities
Modalities
----------
----------
...
...
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