Configuration for try?
.
- main : Bool
If
main
istrue
, all functions in the current module are considered for function induction, unfolding, etc. - name : Bool
If
name
istrue
, all functions in the same namespace are considere for function induction, unfolding, etc. - targetOnly : Bool
If
targetOnly
istrue
,try?
collects information using the goal target only. - max : Nat
Maximum number of suggestions.
- missing : Bool
If
missing
istrue
, allows the construction of partial solutions where some of the subgoals aresorry
. - only : Bool
- harder : Bool
If
harder
istrue
, more expensive tactics and operations are tried. - merge : Bool
Instances For
Equations
- One or more equations did not get rendered due to their size.
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.