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
73c3a5ed
Commit
73c3a5ed
authored
4 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
More documentation on `done`.
parent
69dfcc71
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/proof_mode.md
+12
-2
12 additions, 2 deletions
docs/proof_mode.md
with
12 additions
and
2 deletions
docs/proof_mode.md
+
12
−
2
View file @
73c3a5ed
...
...
@@ -187,8 +187,18 @@ Iris
Miscellaneous
-------------
-
The tactic
`done`
is extended so that it also performs
`iAssumption`
and
introduces pure connectives.
-
The tactic
`done`
of
[
std++
](
https://gitlab.mpi-sws.org/iris/stdpp/-/blob/master/theories/tactics.v
)
(which solves "trivial" goals using
`intros`
,
`reflexivity`
,
`symmetry`
,
`eassumption`
,
`trivial`
,
`split`
,
`discriminate`
,
`contradiction`
, etc.) is
extended so that it also, among other things:
+
performs
`iAssumption`
,
+
introduces
`∀`
,
`→`
, and
`-∗`
in the proof mode,
+
introduces pure goals
`⌜ φ ⌝`
using
`iPureIntro`
and calls
`done`
on
`φ`
, and,
+
solves other trivial proof mode goals, such as
`emp`
,
`x ≡ x`
, big operators
over the empty list/map/set/multiset.
(Note that ssreflect also has a
`done`
tactic. Although Iris uses ssreflect,
it overrides ssreflect's
`done`
tactic with std++'s.)
-
The proof mode adds hints to the core
`eauto`
database so that
`eauto`
automatically introduces: conjunctions and disjunctions, universal and
existential quantifiers, implications and wand, plainness, persistence, later
...
...
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