Documentation

WeightedNetKAT.Subst

class Subst (W Var : Type) (E : outParam Type) :
  • 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} [BEq α] [Hashable α] :
        Subst (Std.HashMap α β) α β
        Equations