Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Aesop.expandNextGoal.fmt
{Q : Type}
[Aesop.Queue Q]
(id : Aesop.GoalId)
(priority : Aesop.Percent)
(initialGoal : Lean.MVarId)
(initialMetaState : Lean.Meta.SavedState)
(result : Except Lean.Exception Aesop.RuleResult)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Aesop.expandNextGoal.traceNewRapps
{Q : Type}
[Aesop.Queue Q]
(newRapps : Array Aesop.RappRef)
:
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
- 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
- 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.traceTree = do let __do_lift ← liftM Aesop.getRootGoal let __do_lift ← ST.Ref.get __do_lift liftM (Aesop.Goal.traceTree __do_lift Aesop.TraceOption.tree)
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
def
Aesop.handleFatalError
{Q : Type}
[Aesop.Queue Q]
{α : Type}
(e : Lean.Exception)
:
Aesop.SearchM Q α
Equations
- Aesop.handleFatalError e = do Aesop.traceTree throw e
Instances For
def
Aesop.search
(goal : Lean.MVarId)
(ruleSet? : optParam (Option Aesop.RuleSet) none)
(options : optParam Aesop.Options
{ strategy := Aesop.Strategy.bestFirst, maxRuleApplicationDepth := 30, maxRuleApplications := 200, maxGoals := 0,
maxNormIterations := 100, applyHypsTransparency := Lean.Meta.TransparencyMode.default,
assumptionTransparency := Lean.Meta.TransparencyMode.default,
destructProductsTransparency := Lean.Meta.TransparencyMode.reducible, introsTransparency? := none,
terminal := false, warnOnNonterminal := true, traceScript := false })
(simpConfig : optParam Aesop.SimpConfig
{
toConfigCtx :=
{
toConfig :=
{ maxSteps := Lean.Meta.Simp.defaultMaxSteps, maxDischargeDepth := 1, contextual := true, memoize := true,
singlePass := false, zeta := true, beta := true, eta := true, etaStruct := Lean.Meta.EtaStructMode.all,
iota := true, proj := true, decide := true, arith := false, autoUnfold := false, dsimp := true,
failIfUnchanged := true } },
enabled := true, useHyps := true })
(simpConfigSyntax? : optParam (Option Lean.Term) none)
(profile : optParam Aesop.Profile ∅)
:
Equations
- One or more equations did not get rendered due to their size.