Wrong tactic name in comment

This commit is contained in:
Adam Chlipala 2023-04-23 16:09:47 -04:00
parent ac0a15e9f2
commit d9fb7fca94

View file

@ -457,7 +457,7 @@ Proof.
(* A nasty error message greets us! The book's [cases] tactic could be (* A nasty error message greets us! The book's [cases] tactic could be
* extended to handle this case, but we don't generally need to do case * extended to handle this case, but we don't generally need to do case
* analysis on dependently typed values, outside the one excursion of this * analysis on dependently typed values, outside the one excursion of this
* "bonus" source file. Still, the book defines a tactic [dep_case] that * "bonus" source file. Still, the book defines a tactic [dep_cases] that
* mostly appeals to built-in tactic [dependent destruction]. *) * mostly appeals to built-in tactic [dependent destruction]. *)
dep_cases (cfold e1). dep_cases (cfold e1).