aboutsummaryrefslogtreecommitdiff
path: root/Data/Hypergraph/Base.agda
diff options
context:
space:
mode:
authorJacques Comeaux <jacquesrcomeaux@protonmail.com>2025-10-15 13:31:13 -0500
committerJacques Comeaux <jacquesrcomeaux@protonmail.com>2025-10-15 13:31:13 -0500
commit21aa7526f51030be9ffd86be2eabd5d07f64b6f4 (patch)
treef9765e3af0909cfd3f404dd70159902e1f852ad4 /Data/Hypergraph/Base.agda
parente5ef6bd45cd5fc77e14bea3d2d57b4fc789e6431 (diff)
Strengthen permutation sort theorem
Diffstat (limited to 'Data/Hypergraph/Base.agda')
-rw-r--r--Data/Hypergraph/Base.agda1
1 files changed, 1 insertions, 0 deletions
diff --git a/Data/Hypergraph/Base.agda b/Data/Hypergraph/Base.agda
index 5cf5388..6988cf0 100644
--- a/Data/Hypergraph/Base.agda
+++ b/Data/Hypergraph/Base.agda
@@ -12,6 +12,7 @@ open import Data.String using (String; unlines)
import Data.List.Sort as Sort
record Hypergraph (v : ℕ) : Set where
+ constructor mkHypergraph
field
edges : List (Edge v)