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
|
period
|
||||||
member-file
|
member-file
|
||||||
command-line
|
command-line
|
||||||
|
utils
|
||||||
ansi
|
ansi
|
||||||
members-base)
|
members-base)
|
||||||
|
|
||||||
|
@ -42,6 +43,7 @@
|
||||||
(dictionary-tests!)
|
(dictionary-tests!)
|
||||||
(month-tests!)
|
(month-tests!)
|
||||||
(period-tests!)
|
(period-tests!)
|
||||||
|
(utils-tests!)
|
||||||
(ansi-tests!)
|
(ansi-tests!)
|
||||||
(member-file-tests!)
|
(member-file-tests!)
|
||||||
(command-line-tests!)
|
(command-line-tests!)
|
||||||
|
|
|
@ -32,6 +32,10 @@
|
||||||
utils-tests!
|
utils-tests!
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(import scheme
|
||||||
|
(chicken base)
|
||||||
|
testing)
|
||||||
|
|
||||||
;; Returns a list with elements matching pred? predicate.
|
;; Returns a list with elements matching pred? predicate.
|
||||||
(define (filter pred? lst)
|
(define (filter pred? lst)
|
||||||
(let loop ((lst lst)
|
(let loop ((lst lst)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue