Equations
Equations
Equations
- Lean.Server.instFromJsonGoToKind = { fromJson? := Lean.Server.fromJsonGoToKind✝ }
Equations
- One or more equations did not get rendered due to their size.
- kind.determineTargetExprs ti = do let __do_lift ← Lean.instantiateMVars ti.expr pure #[__do_lift]
Instances For
Equations
- Lean.Server.isInstanceProjection e = do let __do_lift ← Lean.Server.getInstanceProjectionArg? e pure __do_lift.isSome
Instances For
Checks whether ti1
is an instance projection info that subsumes ti2
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
- doc : DocumentMeta
- kind : GoToKind
- infoTree? : Option Elab.InfoTree
- children : PersistentArray Elab.InfoTree
Instances For
@[reducible, inline]
Equations
Instances For
def
Lean.Server.GoToM.run
{α : Type}
(ctx : GoToContext)
(ci : Elab.ContextInfo)
(lctx : LocalContext)
(act : GoToM α)
:
IO α
Equations
- Lean.Server.GoToM.run ctx ci lctx act = ci.runMetaM lctx (ReaderT.run act ctx)
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
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Server.locationLinksOfInfo
(doc : DocumentMeta)
(kind : GoToKind)
(ictx : Elab.InfoWithCtx)
(infoTree? : Option Elab.InfoTree := none)
:
Equations
- One or more equations did not get rendered due to their size.