Equations
- t.toMessageData = t.toMessageData?.getD ((Lean.MessageData.ofFormat ∘ Std.format) "empty")
Instances For
Equations
- Aesop.Script.instToMessageDataStepTree = { toMessageData := Aesop.Script.StepTree.toMessageData }
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Aesop.Script.sortDedupArrays as = (Array.foldl (fun (x1 x2 : Array α) => x1 ++ x2) (Array.mkEmpty (Array.foldl (fun (x1 : Nat) (x2 : Array α) => x1 + x2.size) 0 as)) as).sortDedup
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- t.focusableGoals = (runST fun (x : Type) => (Aesop.Script.StepTree.focusableGoals.go✝ t).run ∅).snd
Instances For
Equations
- t.numSiblings = (runST fun (x : Type) => (Aesop.Script.StepTree.numSiblings.go✝ 0 t).run ∅).snd
Instances For
Equations
- One or more equations did not get rendered due to their size.