Clarification:

On Mon, Jan 25, 2016 at 10:01 AM, Shiro Kawai <xxxxxx@gmail.com> wrote:

ideque-find, ideque-find-right: I don't like the signature
inconsistency with 'find'.  I can think of two options:
 (1) Make failure thunk optional, defaulted to (lambda () #f).
     This is under prospect that we'll extend list's 'find'
     operation to allow such optional thunk as well.

I don't mean to change list's 'find' with this srfi, but wanted to say
some future srfi that supersedes srfi-1, if any, may be able to extend
'find' in this way without breaking backward compatibility.