aboutsummaryrefslogtreecommitdiff
path: root/DecorationFunctor/Hypergraph/Labeled.agda
diff options
context:
space:
mode:
authorJacques Comeaux <jacquesrcomeaux@protonmail.com>2025-07-19 01:42:29 -0500
committerJacques Comeaux <jacquesrcomeaux@protonmail.com>2025-07-19 01:42:29 -0500
commite5ef6bd45cd5fc77e14bea3d2d57b4fc789e6431 (patch)
treec5ca6662607e07cfd57f747d2c0b89f029ea8a8e /DecorationFunctor/Hypergraph/Labeled.agda
parent4c4ca752bcbc900b3ffa30602c955728778dc9a1 (diff)
Import missing pattern synonymhypergraph-conversion
Diffstat (limited to 'DecorationFunctor/Hypergraph/Labeled.agda')
-rw-r--r--DecorationFunctor/Hypergraph/Labeled.agda2
1 files changed, 1 insertions, 1 deletions
diff --git a/DecorationFunctor/Hypergraph/Labeled.agda b/DecorationFunctor/Hypergraph/Labeled.agda
index 2fbffc1..083ff80 100644
--- a/DecorationFunctor/Hypergraph/Labeled.agda
+++ b/DecorationFunctor/Hypergraph/Labeled.agda
@@ -26,7 +26,7 @@ open import Category.Instance.Nat.FinitelyCocomplete using (Nat-FinitelyCocomple
open import Data.Empty using (⊥-elim)
open import Data.Fin using (#_)
open import Data.Fin.Base using (Fin; splitAt; join; zero; suc; _↑ˡ_; _↑ʳ_; Fin′; cast)
-open import Data.Fin.Patterns using (0F; 1F)
+open import Data.Fin.Patterns using (0F; 1F; 2F)
open import Data.Fin.Permutation using (lift₀)
open import Data.Fin.Properties
using