Documentation

WeightedNetKAT.Subst

class Subst (W : Type u_1) (Var : Type u_2) (E : outParam (Type u_3)) :
Type (max (max u_1 u_2) u_3)
  • subst : WVarEW

    Written using a[x ↦ e]. Substitutes all x in a with e.

Instances

    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