Skip to content

induction_elim should read cases_elim at one point #446

Open
@david-christiansen

Description

@david-christiansen

The induction_eliminator attribute registers an eliminator for use by the induction tactic.

attr ::= ...
| induction_eliminator

The 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions