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
117
Issues
117
List
Boards
Labels
Service Desk
Milestones
Merge Requests
18
Merge Requests
18
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
7b1c37df
Commit
7b1c37df
authored
Apr 07, 2020
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document `%H` pattern.
This closes issue
#305
.
parent
86b62616
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
docs/proof_mode.md
docs/proof_mode.md
+6
-0
No files found.
docs/proof_mode.md
View file @
7b1c37df
...
@@ -228,6 +228,12 @@ _introduction patterns_:
...
@@ -228,6 +228,12 @@ _introduction patterns_:
to eliminate nested (separating) conjunctions.
to eliminate nested (separating) conjunctions.
-
`[ipat1|ipat2]`
: disjunction elimination.
-
`[ipat1|ipat2]`
: disjunction elimination.
-
`[]`
: false elimination.
-
`[]`
: false elimination.
-
`%H`
: move the hypothesis to the pure Coq context, and name it
`H`
. Support
for the
`%H`
introduction pattern requires an implementation of the hook
`string_to_ident`
. Without an implementation of this hook, the
`%H`
pattern
will fail. We provide an implementation of the hook using Ltac2, which works
with Coq 8.11, and can be installed with opam; see
[
iris/string-ident
](
https://gitlab.mpi-sws.org/iris/string-ident
)
for details.
-
`%`
: move the hypothesis to the pure Coq context (anonymously).
-
`%`
: move the hypothesis to the pure Coq context (anonymously).
-
`->`
and
`<-`
: rewrite using a pure Coq equality
-
`->`
and
`<-`
: rewrite using a pure Coq equality
-
`# ipat`
: move the hypothesis into the intuitionistic context. The tactic
-
`# ipat`
: move the hypothesis into the intuitionistic context. The tactic
...
...
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