summaryrefslogtreecommitdiff
path: root/lore/core.scm
diff options
context:
space:
mode:
Diffstat (limited to 'lore/core.scm')
-rw-r--r--lore/core.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lore/core.scm b/lore/core.scm
index 4cb8100..9760318 100644
--- a/lore/core.scm
+++ b/lore/core.scm
@@ -25,7 +25,6 @@
(foldl f (f acc (car lst)) (cdr lst))))
(define fold foldl)
-(define reduce foldr)
(define (unfold f init pred)
(if (pred init)