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
116
Issues
116
List
Boards
Labels
Service Desk
Milestones
Merge Requests
20
Merge Requests
20
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Iris
Iris
Commits
461c88d6
Commit
461c88d6
authored
Feb 18, 2020
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
And more useless new lines.
parent
1a5d7d58
Pipeline
#24338
failed with stage
in 18 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
docs/proof_mode.md
docs/proof_mode.md
+1
-6
No files found.
docs/proof_mode.md
View file @
461c88d6
...
...
@@ -108,17 +108,13 @@ Separation logic-specific tactics
-
`iFrame (t1 .. tn) "selpat"`
: cancel the Coq terms (or Coq hypotheses)
`t1 ... tn`
and Iris hypotheses given by
`selpat`
in the goal. The constructs
of the selection pattern have the following meaning:
+
`%`
: repeatedly frame hypotheses from the Coq context.
+
`#`
: repeatedly frame hypotheses from the intuitionistic context.
+
`∗`
: frame as much of the spatial context as possible. (N.B: this
is the unicode symbol
`∗`
, not the regular asterisk
`*`
.)
Notice that framing spatial hypotheses makes them disappear, but framing Coq
or intuitionistic hypotheses does not make them disappear.
This tactic solves the goal if everything in the conclusion has been
framed.
This tactic solves the goal if everything in the conclusion has been framed.
-
`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.
-
`iAccu`
: solves a goal that is an evar by instantiating it with a all
...
...
@@ -176,7 +172,6 @@ Rewriting / simplification
goal / hypotheses given by the selection pattern
`selpat`
. This is a
shorthand for
`iEval (simpl)`
.
Iris
----
...
...
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