Equations
- Circuit.Wires V I = Vector V I
Instances For
@[implicit_reducible]
Equations
- Circuit.instPreorderWires = { le := fun (a b : Circuit.Wires V I) => ∀ (i : Fin I), Vector.get a i ≤ Vector.get b i, le_refl := ⋯, le_trans := ⋯, lt_iff_le_not_ge := ⋯ }
theorem
Circuit.Wires.ext
{V : Type u_1}
{n : ℕ}
{a b : Wires V n}
:
(∀ (i : Fin n), Vector.get a i = Vector.get b i) → a = b
@[simp]