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
ceb9fa1f
Commit
ceb9fa1f
authored
4 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Improve docs for `iModIntro`.
Based om
iris/iris!467 (comment 53064)
by
@Blaisorblade
.
parent
c2019dd3
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
+6
-2
6 additions, 2 deletions
docs/proof_mode.md
with
6 additions
and
2 deletions
docs/proof_mode.md
+
6
−
2
View file @
ceb9fa1f
...
...
@@ -131,8 +131,12 @@ Modalities
used to specify which modalities this tactic should introduce. Instances of
that type class include: later, except 0, basic update and fancy update,
intuitionistically, persistently, affinely, plainly, absorbingly, objectively,
and subjectively. The optional argument
`mod`
can be used to specify what
modality to introduce in case of ambiguity, e.g.
`⎡|==> P⎤`
.
and subjectively. The optional argument
`mod`
is a term pattern (i.e., a term
with holes as underscores). If present,
`iModIntro`
will find a subterm
matching
`mod`
, and try introducing its topmost modality. For instance, if the
goal is
`⎡|==> P⎤`
, using
`iModIntro ⎡|==> P⎤%I`
or
`iModIntro ⎡_⎤%I`
would
introduce
`⎡_⎤`
and produce goal
`|==> P`
, while
`iModIntro (|==> _)%I`
would
introduce
`|==>`
and produce goal
`⎡P⎤`
.
-
`iAlways`
: a deprecated alias of
`iModIntro`
.
-
`iNext n`
: an alias of
`iModIntro (▷^n _)`
.
-
`iNext`
: an alias of
`iModIntro (▷^_ _)`
.
...
...
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