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
Rodolphe Lepigre
Iris
Commits
0c4e2984
Commit
0c4e2984
authored
Aug 16, 2019
by
Robbert Krebbers
Browse files
Clearify `(pat1 & pat2 & .. & patn)` syntax.
parent
5fa04408
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
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