Documentation

Lean.Data.NameMap

Equations
Equations
def Lean.NameMap.find? {α : Type} (m : Lake.NameMap α) (n : Lake.Name) :
Equations
instance Lean.NameMap.instForInProdName {α : Type} {m : Type u_1 → Type u_2} :
Equations

The union of two NameSets.

Equations
@[reducible, inline]
Equations
@[reducible, inline]
Equations
@[reducible, inline]
Equations
Equations
  • v₁.isPrefixOf v₂ = (v₁.name.isPrefixOf v₂.name && v₁.scopes == v₂.scopes && v₁.mainModule == v₂.mainModule && v₁.imported == v₂.imported)
Equations
  • v₁.isSuffixOf v₂ = (v₁.name.isSuffixOf v₂.name && v₁.scopes == v₂.scopes && v₁.mainModule == v₂.mainModule && v₁.imported == v₂.imported)