diff options
Diffstat (limited to 'algebraic-structs.monoid.make.fold.scm')
-rw-r--r-- | algebraic-structs.monoid.make.fold.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/algebraic-structs.monoid.make.fold.scm b/algebraic-structs.monoid.make.fold.scm deleted file mode 100644 index 05a1754..0000000 --- a/algebraic-structs.monoid.make.fold.scm +++ /dev/null @@ -1,4 +0,0 @@ -(functor ((algebraic-structs monoid make fold) (M (op unit)) (F (foldl foldr))) (fold) - (import scheme M F) - - (define (fold x) (foldl op unit x))) |