Documentation

Lean.Elab.Open

A local copy of name resolution state that allows us to immediately use new open decls in further name resolution as in open Lean Elab.

Instances For
    @[inline]
    abbrev Lean.Elab.OpenDecl.M {m : TypeType} (α : Type) :
    Equations
    instance Lean.Elab.OpenDecl.instMonadResolveNameM {m : TypeType} [inst : Monad m] [inst : MonadLiftT (ST IO.RealWorld) m] :
    Lean.MonadResolveName Lean.Elab.OpenDecl.M
    Equations
    • One or more equations did not get rendered due to their size.
    Equations
    • One or more equations did not get rendered due to their size.
    def Lean.Elab.OpenDecl.elabOpenDecl {m : TypeType} [inst : Monad m] [inst : Lean.MonadEnv m] [inst : MonadExceptOf Lean.Exception m] [inst : Lean.MonadRef m] [inst : Lean.AddMessageContext m] [inst : MonadLiftT (ST IO.RealWorld) m] [inst : Lean.MonadLog m] [inst : Lean.MonadResolveName m] (stx : Lean.TSyntax `Lean.Parser.Command.openDecl) :
    Equations
    • One or more equations did not get rendered due to their size.
    Equations
    • One or more equations did not get rendered due to their size.