@[reducible, inline]
Equations
Instances For
@[reducible, inline]
Equations
Instances For
def
Lean.Elab.Term.Quotation.withNewLocal
{α : Type}
(l : Lake.Name)
(x : Lean.Elab.Term.Quotation.PrecheckM α)
:
Equations
- Lean.Elab.Term.Quotation.withNewLocal l x = withReader (fun (ctx : Lean.Elab.Term.Quotation.Precheck.Context) => { quotLCtx := ctx.quotLCtx.insert l }) x
Instances For
def
Lean.Elab.Term.Quotation.withNewLocals
{α : Type}
(ls : Array Lake.Name)
(x : Lean.Elab.Term.Quotation.PrecheckM α)
:
Equations
- Lean.Elab.Term.Quotation.withNewLocals ls x = withReader (fun (ctx : Lean.Elab.Term.Quotation.Precheck.Context) => { quotLCtx := Array.foldl Lean.NameSet.insert ctx.quotLCtx ls }) x
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.
- Lean.Elab.Term.Quotation.precheckIdent stx = Lean.Elab.throwUnsupportedSyntax
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
- 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.