- toContext : Lean.Meta.Simp.Context
- enabled : Bool
- useHyps : Bool
- simprocs : Lean.Meta.Simp.SimprocsArray
Instances For
- ruleSet : LocalRuleSet
- normSimpContext : NormSimpContext
- options : Options'
Instances For
Equations
Equations
def
Aesop.SearchM.run
{Q : Type}
[Queue Q]
{α : Type}
(ruleSet : LocalRuleSet)
(options : Options')
(simpConfig : Lean.Meta.Simp.Config)
(simpConfigStx? : Option Lean.Term)
(goal : Lean.MVarId)
(x : SearchM Q α)
: