From ed5f0ae0f95a1675b272b205bb58724368031c01 Mon Sep 17 00:00:00 2001 From: Jacques Comeaux Date: Sun, 9 Nov 2025 20:28:11 -0600 Subject: Use functional vector in edge definition --- Functor/Instance/Nat/Circ.agda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functor/Instance/Nat/Circ.agda') diff --git a/Functor/Instance/Nat/Circ.agda b/Functor/Instance/Nat/Circ.agda index 09bc495..36d726d 100644 --- a/Functor/Instance/Nat/Circ.agda +++ b/Functor/Instance/Nat/Circ.agda @@ -28,5 +28,5 @@ Circ : Functor Nat (Setoids ℓ ℓ) Circ .F₀ = Circuitₛ Circ .F₁ = mapₛ Circ .identity = cong mkCircuitₛ Multiset∘Edge.identity -Circ .homomorphism = cong mkCircuitₛ Multiset∘Edge.homomorphism +Circ .homomorphism {f = f} {g = g} = cong mkCircuitₛ (Multiset∘Edge.homomorphism {f = f} {g = g}) Circ .F-resp-≈ f≗g = cong mkCircuitₛ (Multiset∘Edge.F-resp-≈ f≗g) -- cgit v1.2.3