tactic.auto_cases
source
Structure representing a tactic which can be used by tactic.auto_cases.
The auto_cases_tac for tactic.cases.
auto_cases_tac
tactic.cases
The auto_cases_tac for tactic.induction.
tactic.induction
Find an auto_cases_tac which matches the given type : expr.
type : expr
Applies cases or induction on the local_hypothesis hyp : expr.
cases
induction
hyp : expr
Applies cases or induction on certain hypotheses.