Configuration for try?.
- main : BoolIf mainistrue, all functions in the current module are considered for function induction, unfolding, etc.
- name : BoolIf nameistrue, all functions in the same namespace are considered for function induction, unfolding, etc.
- targetOnly : BoolIf targetOnlyistrue,try?collects information using the goal target only.
- max : NatMaximum number of suggestions. 
- missing : BoolIf missingistrue, allows the construction of partial solutions where some of the subgoals aresorry.
- only : Bool
- harder : BoolIf harderistrue, more expensive tactics and operations are tried.
- merge : Bool
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Helper internal tactic for implementing the tactic try?.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Helper internal tactic used to implement evalSuggest in try?
Equations
- One or more equations did not get rendered due to their size.