From 298baf2b69620106e95b52206e02d58ad8cb9fc8 Mon Sep 17 00:00:00 2001 From: Jacques Comeaux Date: Mon, 3 Nov 2025 23:29:21 -0600 Subject: Use permutation for equivalence of hypergraphs --- 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 0f18c4c..d5bcc9b 100644 --- a/Functor/Instance/Nat/Circ.agda +++ b/Functor/Instance/Nat/Circ.agda @@ -24,7 +24,7 @@ module List∘Edge = Functor List∘Edge open Func open Functor -Circ : Functor Nat (Setoids c (c ⊔ ℓ)) +Circ : Functor Nat (Setoids c ℓ) Circ .F₀ = Circuitₛ Circ .F₁ = mapₛ Circ .identity = cong mkCircuitₛ List∘Edge.identity -- cgit v1.2.3