- config : Lean.Meta.Simp.Config
- simpTheorems : Lean.Meta.SimpTheoremsArray
- congrTheorems : Lean.Meta.SimpCongrTheorems
- dischargeDepth : Nat
- enabled : Bool
- useHyps : Bool
Instances For
Equations
- Aesop.instInhabitedNormSimpContext = { default := { toContext := default, enabled := default, useHyps := default, configStx? := default } }
- ruleSet : Aesop.RuleSet
- normSimpContext : Aesop.NormSimpContext
- options : Aesop.Options'
- profilingEnabled : Bool
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
- iteration : Aesop.Iteration
- queue : Q
- profile : Aesop.Profile
- 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, profile := default, maxRuleApplicationDepthReached := default } }
@[inline, reducible]
Equations
Instances For
Equations
- Aesop.SearchM.instMonadSearchM = let src := inferInstanceAs (Monad (Aesop.SearchM Q)); Monad.mk
Equations
- Aesop.SearchM.instMonadRefSearchM = let src := inferInstanceAs (Lean.MonadRef (Aesop.SearchM Q)); { getRef := Lean.getRef, withRef := fun {α} => Lean.MonadRef.withRef }
instance
Aesop.SearchM.instInhabitedSearchM
{Q : Type}
[Aesop.Queue Q]
{α : Type}
:
Inhabited (Aesop.SearchM Q α)
Equations
- Aesop.SearchM.instInhabitedSearchM = { default := failure }
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.
Equations
- Aesop.SearchM.instMonadReaderContextSearchM = let src := inferInstanceAs (MonadReaderOf Aesop.SearchM.Context (Aesop.SearchM Q)); { read := MonadReaderOf.read }
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
- Aesop.SearchM.run' ctx σ t x = do let __discr ← StateRefT'.run (StateRefT'.run (ReaderT.run x ctx) σ) t match __discr with | ((a, σ), t) => pure (a, σ, t)
Instances For
def
Aesop.SearchM.run
{Q : Type}
[Aesop.Queue Q]
{α : Type}
(ruleSet : Aesop.RuleSet)
(options : Aesop.Options')
(simpConfig : Aesop.SimpConfig)
(simpConfigStx? : Option Lean.Term)
(goal : Lean.MVarId)
(profile : Aesop.Profile)
(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.