From: Eli Barzilay (eli at barzilay.org) Date: Wed Apr 1 06:20:22 EDT 2009 |
|
On Apr 1, nik gaffney wrote: > > I've just noticed a small bug in srfi 13, as the following 2 functions > appear to return the same result (in PLT 4.1.5) > > (require srfi/13) > > (string-index "abcde" #\d) > (string-index-right "abcde" #\d) What should they return? -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://www.barzilay.org/ Maze is Life!
Posted on the users mailing list. |
|