Skip to content
Snippets Groups Projects
Commit 0c4e2984 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Clearify `(pat1 & pat2 & .. & patn)` syntax.

parent 5fa04408
No related branches found
No related tags found
No related merge requests found
......@@ -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).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment