Remove util-list, use srfi-1.
This commit is contained in:
parent
b2070d3b2e
commit
fc099d027f
16 changed files with 41 additions and 121 deletions
|
@ -35,8 +35,8 @@
|
|||
|
||||
(import scheme
|
||||
(chicken base)
|
||||
testing
|
||||
util-list)
|
||||
srfi-1
|
||||
testing)
|
||||
|
||||
;; Checks whether given number is prime by checking the remainder of
|
||||
;; the division by all primes less than square root of the number in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue