Finish utils split out.
This commit is contained in:
parent
5b32f3a30a
commit
8803c11f5e
2 changed files with 6 additions and 0 deletions
|
@ -32,6 +32,10 @@
|
|||
utils-tests!
|
||||
)
|
||||
|
||||
(import scheme
|
||||
(chicken base)
|
||||
testing)
|
||||
|
||||
;; Returns a list with elements matching pred? predicate.
|
||||
(define (filter pred? lst)
|
||||
(let loop ((lst lst)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue