[plt-scheme] srfi 13

From: nik gaffney (nik at fo.am)
Date: Wed Apr 1 06:17:24 EDT 2009

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)





Posted on the users mailing list.