Finish utils split out.
This commit is contained in:
parent
5b32f3a30a
commit
8803c11f5e
2 changed files with 6 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
period
|
||||
member-file
|
||||
command-line
|
||||
utils
|
||||
ansi
|
||||
members-base)
|
||||
|
||||
|
@ -42,6 +43,7 @@
|
|||
(dictionary-tests!)
|
||||
(month-tests!)
|
||||
(period-tests!)
|
||||
(utils-tests!)
|
||||
(ansi-tests!)
|
||||
(member-file-tests!)
|
||||
(command-line-tests!)
|
||||
|
|
|
@ -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