mirror of
https://github.com/achlipala/frap.git
synced 2024-11-10 00:07:51 +00:00
Merge pull request #36 from samuelgruetter/ltac_lecture_comment
explain why recursive [inster] can fail
This commit is contained in:
commit
19d915fb37
1 changed files with 2 additions and 1 deletions
|
@ -518,7 +518,8 @@ Ltac inster n :=
|
||||||
end
|
end
|
||||||
end.
|
end.
|
||||||
|
|
||||||
(* Important: when one recursive call fails, the backtracking semantics of
|
(* Important: when one recursive call fails (happens when [n] reaches zero and
|
||||||
|
* [intuition] leaves some open goals), the backtracking semantics of
|
||||||
* [match goal] cause us to try the next instantiation! *)
|
* [match goal] cause us to try the next instantiation! *)
|
||||||
|
|
||||||
Section test_inster.
|
Section test_inster.
|
||||||
|
|
Loading…
Reference in a new issue