Equations
- Lean.instInhabitedAssocList = { default := Lean.AssocList.nil }
@[reducible, inline]
Equations
Instances For
instance
Lean.AssocList.instEmptyCollection
{α : Type u}
{β : Type v}
:
EmptyCollection (AssocList α β)
Equations
- Lean.AssocList.instEmptyCollection = { emptyCollection := Lean.AssocList.empty }
@[reducible, inline]
abbrev
Lean.AssocList.insertNew
{α : Type u}
{β : Type v}
(m : AssocList α β)
(k : α)
(v : β)
:
AssocList α β
Instances For
@[inline]
def
Lean.AssocList.foldl
{α : Type u}
{β : Type v}
{δ : Type w}
(f : δ → α → β → δ)
(init : δ)
(as : AssocList α β)
:
δ
Instances For
Equations
Instances For
Equations
Instances For
Equations
Instances For
Equations
Instances For
Equations
- Lean.AssocList.instForInProd = { forIn := fun {β_1 : Type ?u.28} [Monad m] => Lean.AssocList.forIn }