Open
Description
The induction_eliminator attribute registers an eliminator for use by the induction tactic.
attr ::= ...
| induction_eliminatorThe induction_eliminator attribute registers an eliminator for use by the cases tactic.
attr ::= ...
| cases_eliminator
In what way is the content incorrect?
The second paragraph should use the right attribute name.