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

Fix error in `iInduction` docs.

parent 9e0cc537
No related branches found
No related tags found
No related merge requests found
......@@ -240,7 +240,7 @@ Induction
+ `iLöb as "IH" forall (x1 ... xn) "selpat"` : perform Löb induction,
generalizing over the Coq level variables `x1 ... xn`, the hypotheses given by
the selection pattern `selpat`, and the spatial context as usual.
- `iInduction x as cpat "selpat"` : perform induction on the Coq term `x`. The
- `iInduction x as cpat` : perform induction on the Coq term `x`. The
Coq introduction pattern `cpat` is used to name the introduced variables,
including the induction hypotheses which are introduced into the proof mode
context. Note that induction hypotheses should not be put into string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment