diff options
author | Ben Sima <ben@bsima.me> | 2019-03-27 12:50:33 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-03-27 13:04:48 -0700 |
commit | 3f0471b314fa2792207b3116aa7491f5f353b31e (patch) | |
tree | 49f2a4b5767429c888291784d94fcd35057abeff /lore/core.scm | |
parent | 7032c4125a8f3aaa96ca32f2181f68fa6409790c (diff) |
notes and stuff
Diffstat (limited to 'lore/core.scm')
-rw-r--r-- | lore/core.scm | 1 |
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) |