aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structures.monoid.make.fold.scm
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2024-06-11 02:13:57 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2024-06-11 02:13:57 +0900
commitc20155977bc23c2be19842cc065e4444b304ecce (patch)
tree834bb05fb78995e5fd32721630cad9a3742c3a47 /algebraic-structures.monoid.make.fold.scm
parent552cd6c999f3e44b13be88e45c4a8cb391eb40cf (diff)
Rename from `algebraic-structs` to `algebraic-structures`
Diffstat (limited to 'algebraic-structures.monoid.make.fold.scm')
-rw-r--r--algebraic-structures.monoid.make.fold.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/algebraic-structures.monoid.make.fold.scm b/algebraic-structures.monoid.make.fold.scm
index 05a1754..4a6cce6 100644
--- a/algebraic-structures.monoid.make.fold.scm
+++ b/algebraic-structures.monoid.make.fold.scm
@@ -1,4 +1,4 @@
-(functor ((algebraic-structs monoid make fold) (M (op unit)) (F (foldl foldr))) (fold)
+(functor ((algebraic-structures monoid make fold) (M (op unit)) (F (foldl foldr))) (fold)
(import scheme M F)
(define (fold x) (foldl op unit x)))