mirror of
https://github.com/achlipala/frap.git
synced 2024-11-12 17:17:50 +00:00
Wrong tactic name in comment
This commit is contained in:
parent
ac0a15e9f2
commit
d9fb7fca94
1 changed files with 1 additions and 1 deletions
|
@ -457,7 +457,7 @@ Proof.
|
|||
(* 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
|
||||
* 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]. *)
|
||||
|
||||
dep_cases (cfold e1).
|
||||
|
|
Loading…
Reference in a new issue