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
def
Lean.PrettyPrinter.Delaborator.withMDataOptions
{α : Type}
[Inhabited α]
(x : Lean.PrettyPrinter.Delaborator.DelabM α)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
partial def
Lean.PrettyPrinter.Delaborator.withMDatasOptions
{α : Type}
[Inhabited α]
(x : Lean.PrettyPrinter.Delaborator.DelabM α)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
- name : Lake.Name
- bInfo : Lean.BinderInfo
- isAutoParam : Bool
Instances For
def
Lean.PrettyPrinter.Delaborator.ParamKind.isRegularExplicit
(param : Lean.PrettyPrinter.Delaborator.ParamKind)
:
Equations
- Lean.PrettyPrinter.Delaborator.ParamKind.isRegularExplicit param = (Lean.BinderInfo.isExplicit param.bInfo && !param.isAutoParam && Option.isNone param.defVal)
Instances For
Return array with n-th element set to kind of n-th parameter of e
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
partial def
Lean.PrettyPrinter.Delaborator.getParamKinds.forallTelescopeArgs
(f : Lean.Expr)
(args : Array Lean.Expr)
(k : Array Lean.Expr → Lean.Expr → Lean.PrettyPrinter.Delaborator.DelabM (Array Lean.PrettyPrinter.Delaborator.ParamKind))
:
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
- info : Lean.Meta.MatcherInfo
- matcherTy : Lean.Expr
- motiveNamed : Bool
State for delabAppMatch
and helpers.
Instances For
Delaborate applications of the form (fun x => b) v
as let_fun x := v; b
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
Check for a Syntax.ident
of the given name anywhere in the tree.
This is usually a bad idea since it does not check for shadowing bindings,
but in the delaborator we assume that bindings are never shadowed.
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
Delaborate a projection primitive. These do not usually occur in
user code, but are pretty-printed when e.g. #print
ing a projection
function.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Delaborate a call to a projection function such as Prod.fst
.
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
Pretty-prints a constant c
as c.{
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
partial def
Lean.PrettyPrinter.Delaborator.delabConstWithSignature.delabParams
(idStx : Lean.Ident)
(groups : Lean.TSyntaxArray `Lean.Parser.Term.bracketedBinder)
(curIds : Array Lean.Ident)
: