Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
Iris
Commits
f511129c
Commit
f511129c
authored
Jul 11, 2016
by
Ralf Jung
Browse files
ProofMode.md: typos
parent
77ba610d
Pipeline
#2121
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ProofMode.md
View file @
f511129c
...
...
@@ -114,7 +114,7 @@ introduction patterns:
- `
# ipat
` : move the hypothesis to the persistent context.
- `
%
` : move the hypothesis to the pure Coq context (anonymously).
- `
[ipat ipat]
` : (separating) conjunction elimination.
- `
|
ipat|ipat]
` : disjunction elimination.
- `
[
ipat|ipat]
` : disjunction elimination.
- `
[]
` : false elimination.
Apart from this, there are the following introduction patterns that can only
...
...
@@ -186,7 +186,7 @@ Many of the proof mode tactics (such as `iDestruct`, `iApply`, `iRewrite`) can
take both hypotheses and lemmas, and allow one to instantiate universal
quantifiers and implications/wands of these hypotheses/lemmas on the fly.
The syntax for the arguments, called _proof mode terms_ of these tactics is:
The syntax for the arguments, called _proof mode terms_
,
of these tactics is:
(H $! t1 ... tn with "spat1 .. spatn")
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment