*** empty log message ***
This commit is contained in:
parent
80eba4e572
commit
3087a9816f
2 changed files with 10 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2005-02-12 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* srfi-1.scm (reduce, reduce-right): Don't call f with ridentity, use
|
||||
it only if lst is empty, per srfi and intended optimization reduce
|
||||
represents over fold.
|
||||
|
||||
2005-02-04 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* srfi-1.scm (list=): Correction to arguments passed to given elt=,
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
2005-02-12 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* tests/srfi-1.test (reduce, reduce-right): New tests.
|
||||
|
||||
2005-02-11 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* tests/fractions.test (ash): Remove tests of ash on fractions, not
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue