aboutsummaryrefslogtreecommitdiff
path: root/algebraic-structures.monoid.make.fold.scm
diff options
context:
space:
mode:
Diffstat (limited to 'algebraic-structures.monoid.make.fold.scm')
-rw-r--r--algebraic-structures.monoid.make.fold.scm4
1 files changed, 0 insertions, 4 deletions
diff --git a/algebraic-structures.monoid.make.fold.scm b/algebraic-structures.monoid.make.fold.scm
deleted file mode 100644
index 0334ab6..0000000
--- a/algebraic-structures.monoid.make.fold.scm
+++ /dev/null
@@ -1,4 +0,0 @@
-(functor ((algebraic-structures monoid make fold) (M (<> unit)) (F (foldl foldr))) (fold)
- (import scheme M F)
-
- (define (fold x) (foldl <> unit x)))