diff options
| author | Jacques Comeaux <jacquesrcomeaux@protonmail.com> | 2025-10-15 13:31:13 -0500 |
|---|---|---|
| committer | Jacques Comeaux <jacquesrcomeaux@protonmail.com> | 2025-10-15 13:31:13 -0500 |
| commit | 21aa7526f51030be9ffd86be2eabd5d07f64b6f4 (patch) | |
| tree | f9765e3af0909cfd3f404dd70159902e1f852ad4 /Data/Hypergraph/Base.agda | |
| parent | e5ef6bd45cd5fc77e14bea3d2d57b4fc789e6431 (diff) | |
Strengthen permutation sort theorem
Diffstat (limited to 'Data/Hypergraph/Base.agda')
| -rw-r--r-- | Data/Hypergraph/Base.agda | 1 |
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) |
