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
    @[reducible, inline]
    abbrev Lean.Elab.OpenDecl.M {m : TypeType} (α : Type) :
    Equations
    Instances For
      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.
      Instances For

        Uniquely resolves the identifier idStx in the provided namespaces nss.

        If the identifier does not indicate a name in exactly one of the namespaces, an exception is thrown.

        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