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
Equations
- instSubstHashMap = { subst := fun (m : Std.HashMap α β) (x : α) (v : β) => m.insert x v }
Equations
- WGCL.instSubstWeightingAExpr = { subst := fun (f : WGCL.Weighting D M Var) (x : Var) (E : WGCL.AExpr D Var) (σ : WGCL.Mem D Var) => f σ[x ↦ E σ] }