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) :
    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.

      Instances For