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

Document iFrame without arguments.

parent efc93d9c
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,9 @@ Elimination of logical connectives
Separating logic specific tactics
---------------------------------
- `iFrame "H0 ... Hn"` : cancel the hypotheses `H0 ... Hn` in the goal.
- `iFrame "H0 ... Hn"` : cancel the hypotheses `H0 ... Hn` in the goal. When
`iFrame` is called without arguments, it attempts to frame all spatial
hypotheses.
- `iCombine "H1" "H2" as "H"` : turns `H1 : P1` and `H2 : P2` into
`H : P1 ★ P2`.
......
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