Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Rodolphe Lepigre
Iris
Commits
0c4e2984
Commit
0c4e2984
authored
Aug 16, 2019
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clearify `(pat1 & pat2 & .. & patn)` syntax.
parent
5fa04408
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
ProofMode.md
ProofMode.md
+2
-0
No files found.
ProofMode.md
View file @
0c4e2984
...
...
@@ -216,6 +216,8 @@ _introduction patterns_:
+
Either the proposition
`P`
or
`Q`
should be persistent.
+
Either
`ipat1`
or
`ipat2`
should be
`_`
, which results in one of the
conjuncts to be thrown away.
-
`(pat1 & pat2 & ... & patn)`
: syntactic sugar for
`[pat1 [pat2 .. patn ..]]`
to eliminate nested (separating) conjunctions.
-
`[ipat1|ipat2]`
: disjunction elimination.
-
`[]`
: false elimination.
-
`%`
: move the hypothesis to the pure Coq context (anonymously).
...
...
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