Written using a[x ↦ e]. Substitutes all x in a with e.
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
@[implicit_reducible]
instance
instSubstHashMap
{α : Type u_1}
{β : Type u_2}
[BEq α]
[Hashable α]
:
Subst (Std.HashMap α β) α β
Equations
- instSubstHashMap = { subst := fun (m : Std.HashMap α β) (x : α) (v : β) => m.insert x v }