- config : Lean.Meta.Simp.Config
- maxDischargeDepth : UInt32
- simpTheorems : Lean.Meta.SimpTheoremsArray
- congrTheorems : Lean.Meta.SimpCongrTheorems
- dischargeDepth : UInt32
- lctxInitIndices : Nat
- inDSimp : Bool
- enabled : Bool
- useHyps : Bool
- simprocs : Lean.Meta.Simp.SimprocsArray
Instances For
Equations
- Aesop.instInhabitedNormSimpContext = { default := { toContext := default, enabled := default, useHyps := default, configStx? := default, simprocs := default } }
- ruleSet : Aesop.LocalRuleSet
- normSimpContext : Aesop.NormSimpContext
- options : Aesop.Options'
- statsRef : Aesop.StatsRef
Instances For
- iteration : Aesop.Iteration
- queue : Q
- maxRuleApplicationDepthReached : Bool
Instances For
instance
Aesop.SearchM.instInhabitedState :
{a : Type} → [inst : Inhabited a] → {a_1 : Aesop.Queue a} → Inhabited (Aesop.SearchM.State a)
Equations
- Aesop.SearchM.instInhabitedState = { default := { iteration := default, queue := default, maxRuleApplicationDepthReached := default } }
@[reducible, inline]
Equations
Instances For
Equations
- Aesop.SearchM.instMonad = Monad.mk
instance
Aesop.SearchM.instInhabited
{Q : Type}
[Aesop.Queue Q]
{α : Type}
:
Inhabited (Aesop.SearchM Q α)
Equations
- Aesop.SearchM.instInhabited = { default := failure }
Equations
- Aesop.SearchM.instMonadReaderContext = { read := MonadReaderOf.read }
Equations
- Aesop.SearchM.instMonadStats = Aesop.MonadStats.mk do let __do_lift ← read pure __do_lift.statsRef
Equations
- One or more equations did not get rendered due to their size.
def
Aesop.SearchM.run'
{Q : Type}
[Aesop.Queue Q]
{α : Type}
(ctx : Aesop.SearchM.Context)
(σ : Aesop.SearchM.State Q)
(t : Aesop.Tree)
(x : Aesop.SearchM Q α)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Aesop.SearchM.run
{Q : Type}
[Aesop.Queue Q]
{α : Type}
(ruleSet : Aesop.LocalRuleSet)
(options : Aesop.Options')
(simpConfig : Lean.Meta.Simp.Config)
(simpConfigStx? : Option Lean.Term)
(goal : Lean.MVarId)
(stats : Aesop.Stats)
(x : Aesop.SearchM Q α)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Aesop.getTree = getThe Aesop.Tree
Instances For
Equations
- Aesop.setTree = Aesop.setThe Aesop.Tree
Instances For
Equations
- Aesop.modifyTree = modifyThe Aesop.Tree
Instances For
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Aesop.setMaxRuleApplicationDepthReached = modify fun (s : Aesop.SearchM.State Q) => { iteration := s.iteration, queue := s.queue, maxRuleApplicationDepthReached := true }