def
Lean.Meta.findCore
(ϕ : Lean.ConstantInfo → Lean.MetaM Bool)
(opts : optParam Lean.Meta.FindOptions { stage1 := true, checkPrivate := false })
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Meta.findCore.check
(ϕ : Lean.ConstantInfo → Lean.MetaM Bool)
(opts : optParam Lean.Meta.FindOptions { stage1 := true, checkPrivate := false })
(matches_ : Array Lean.ConstantInfo)
(name : Lean.Name)
(cinfo : Lean.ConstantInfo)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Meta.find
(msg : String)
(ϕ : Lean.ConstantInfo → Lean.MetaM Bool)
(opts : optParam Lean.Meta.FindOptions { stage1 := true, checkPrivate := false })
:
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
The command #print prefix foo
will print all definitions that start with
the namespace foo
.
Equations
- One or more equations did not get rendered due to their size.