Skip to content

Commit

Permalink
changed: goldfish/liii/list.scm
Browse files Browse the repository at this point in the history
  • Loading branch information
StarSugar committed Sep 3, 2024
1 parent d66a9ee commit 550745e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goldfish/liii/list.scm
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
(cddr rest-funcs)))))
(define (f-inner . funcs)
(cond ((null? funcs) scheme-list)
((length=? 2 scheme-list)
((length=? 2 funcs)
(list-view ((car funcs) (cadr funcs) scheme-list)))
((even? (length funcs))
(f-inner-reducer scheme-list
Expand Down

0 comments on commit 550745e

Please sign in to comment.