Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pierre Roux
Iris
Commits
461c88d6
Commit
461c88d6
authored
5 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
And more useless new lines.
parent
1a5d7d58
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/proof_mode.md
+1
-6
1 addition, 6 deletions
docs/proof_mode.md
with
1 addition
and
6 deletions
docs/proof_mode.md
+
1
−
6
View file @
461c88d6
...
@@ -108,17 +108,13 @@ Separation logic-specific tactics
...
@@ -108,17 +108,13 @@ Separation logic-specific tactics
-
`iFrame (t1 .. tn) "selpat"`
: cancel the Coq terms (or Coq hypotheses)
-
`iFrame (t1 .. tn) "selpat"`
: cancel the Coq terms (or Coq hypotheses)
`t1 ... tn`
and Iris hypotheses given by
`selpat`
in the goal. The constructs
`t1 ... tn`
and Iris hypotheses given by
`selpat`
in the goal. The constructs
of the selection pattern have the following meaning:
of the selection pattern have the following meaning:
+
`%`
: repeatedly frame hypotheses from the Coq context.
+
`%`
: repeatedly frame hypotheses from the Coq context.
+
`#`
: repeatedly frame hypotheses from the intuitionistic context.
+
`#`
: repeatedly frame hypotheses from the intuitionistic context.
+
`∗`
: frame as much of the spatial context as possible. (N.B: this
+
`∗`
: frame as much of the spatial context as possible. (N.B: this
is the unicode symbol
`∗`
, not the regular asterisk
`*`
.)
is the unicode symbol
`∗`
, not the regular asterisk
`*`
.)
Notice that framing spatial hypotheses makes them disappear, but framing Coq
Notice that framing spatial hypotheses makes them disappear, but framing Coq
or intuitionistic hypotheses does not make them disappear.
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
-
`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
-
`iAccu`
: solves a goal that is an evar by instantiating it with a all
...
@@ -176,7 +172,6 @@ Rewriting / simplification
...
@@ -176,7 +172,6 @@ Rewriting / simplification
goal / hypotheses given by the selection pattern
`selpat`
. This is a
goal / hypotheses given by the selection pattern
`selpat`
. This is a
shorthand for
`iEval (simpl)`
.
shorthand for
`iEval (simpl)`
.
Iris
Iris
----
----
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment