aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structures.egg
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2024-06-14 10:50:44 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2024-06-14 10:50:44 +0900
commit1f60d4a7e3e4804ac68592bdbb7e9827fee1adbf (patch)
treea3f0c17b889c9f3faec7418d03f8fa19a93635df /algebraic-structures.egg
parentdee1a5f3fc8862e7356a60a387fedd254bea6434 (diff)
Add semigroup
Diffstat (limited to 'algebraic-structures.egg')
-rw-r--r--algebraic-structures.egg1
1 files changed, 1 insertions, 0 deletions
diff --git a/algebraic-structures.egg b/algebraic-structures.egg
index 1c9e574..ba71745 100644
--- a/algebraic-structures.egg
+++ b/algebraic-structures.egg
@@ -8,6 +8,7 @@
(dependencies matchable)
(test-dependencies test)
(components
+ (extension algebraic-structures.semigroup)
(extension algebraic-structures.monoid)
(extension algebraic-structures.monoid.fold)
(extension algebraic-structures.group)