mirror of
https://github.com/achlipala/frap.git
synced 2024-11-10 00:07:51 +00:00
explain why recursive [inster] can fail
This commit is contained in:
parent
096b69a3e9
commit
74e2399343
1 changed files with 2 additions and 1 deletions
|
@ -518,7 +518,8 @@ Ltac inster n :=
|
|||
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! *)
|
||||
|
||||
Section test_inster.
|
||||
|
|
Loading…
Reference in a new issue